http://llvm.org/bugs/show_bug.cgi?id=21077

            Bug ID: 21077
           Summary: R_AARCH64_ABS64 used with TLS symbol
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

This program fails to link when compiling with debugging info (-g):
__thread int x;
int main(){}

It fails with the following message from the linker:
/usr/bin/aarch64-linux-gnu-ld: /tmp/test2-67df6a.o(.debug_info+0x37):
R_AARCH64_ABS64 used with TLS symbol x

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to