[lld] [ELF] -r --compress-debug-sections: update addends for .debug_* sections relocated by REL (PR #66804)
Nick Desaulniers via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 13:10:04 PDT 2023
nickdesaulniers wrote:
Forgetting compressed debug info for a minute, those LLD warnings are reproducible with:
```
$ cd linux
$ make LLVM=1 ARCH=i386 -j128 -s defconfig all
```
The warnings are not observed at the commit before your change. Seems like a regression?
https://github.com/llvm/llvm-project/pull/66804
More information about the llvm-commits
mailing list