[PATCH] D91993: [ELF] Don't relax R_X86_64_GOTPCRELX if addend != -4

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 25 10:15:00 PST 2020


MaskRay added a comment.

If we want to support `clang -fno-integrated-as` + LLD, we still need this.

I think making the check on the MC side still makes sense: D92114 <https://reviews.llvm.org/D92114>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91993/new/

https://reviews.llvm.org/D91993



More information about the llvm-commits mailing list