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

            Bug ID: 32437
           Summary: LLD does not set DF_STATIC_TLS
           Product: lld
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

If a DSO accesses TLS variables without __tls_get_addr (i.e. it uses initial
exec or local exec), the DSO cannot be used for dlopen(). Linkers are expected
to set the DF_STATIC_TLS flag for such DSOs. Currently, LLD does not set that
flag.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to