Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llvm: Ignore error value that is always false
See llvm/llvm-project#121851 For LLVM 20+, this function (`renameModuleForThinLTO`) has no return value. For prior versions of LLVM, this never failed, but had a signature which allowed an error value people were handling.
- Loading branch information