[llvm] [M68k] Correctly emit non-pic relocations (PR #89863)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 21:27:51 PDT 2024


https://github.com/mshockwave approved this pull request.

LGTM Thanks!
I think another related issue that is more difficult to fix is pc-relative relocation: we generate such relocations a little bit too much and causes some troubles with Linux libc. I tried to tackle that a while ago but the scale is bigger than I thought.

https://github.com/llvm/llvm-project/pull/89863


More information about the llvm-commits mailing list