[PATCH] D62106: [X86] Support -fno-plt __tls_get_addr calls

Rich Felker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 7 17:20:10 PDT 2019


dalias added a comment.

Have you checked what gcc does? It should be safe to do the same, no? Or is the issue that gcc leaves it to gas, and it's reasonably assumed that gas and ld.bfd versions will match, whereas clang uses an internal assembler that might not match?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62106





More information about the llvm-commits mailing list