https://llvm.org/bugs/show_bug.cgi?id=24244

            Bug ID: 24244
           Summary: SEGFAULT in case of TLS mismatch
           Product: lld
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedb...@nondot.org
          Reporter: shridhar...@gmail.com
                CC: llvmbugs@cs.uiuc.edu
    Classification: Unclassified

llvm linker lld segfaults in case of mismatch of Thread Local Storage (TLS)
variable between reference and definition.
If a variable is defined as TLS and is referenced as non TLS or vice-versa then
lld should emit TLS mismatch error and exit gracefully. At present lld is
causing segmentation fault.

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

Reply via email to