[PATCH] D92959: [ELF][PPC64] Detect missing R_PPC64_TLSGD/R_PPC64_TLSLD and disable TLS relaxation
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 09:04:05 PST 2020
MaskRay marked an inline comment as done.
MaskRay added inline comments.
================
Comment at: lld/test/ELF/ppc64-tls-missing-gdld.s:90
+.globl _start
+_start:
+
----------------
stefanp wrote:
> Is this to get rid of the warning for `_start` ?
Yes. Otherwise the test needs to write `-e 0` or specify another entry point.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92959/new/
https://reviews.llvm.org/D92959
More information about the llvm-commits
mailing list