[lld] [lld][MachO] Fix symbol insertion in `transplantSymbolsAtOffset` (PR #120737)
Carlo Cabrera via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 10:24:02 PST 2024
carlocab wrote:
> Guess the problem is to understand which comparison function to provide given that the fault is in the comparison function :-)
This comment notwithstanding, I added an assertion anyway since it seems like an improvement. Interestingly, the assertion I just added does _not_ fire with Apple Clang/libc++ even if I drop the `s/</>/` change from the first commit here.
https://github.com/llvm/llvm-project/pull/120737
More information about the llvm-commits
mailing list