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

            Bug ID: 20165
           Summary: UBsan can't link shared objects.
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 12720
  --> http://llvm.org/bugs/attachment.cgi?id=12720&action=edit
link error messages

Hi all, 

I've attached the error messages, and let me also add Alexey's comments on this
issue:

------------------------------
__sanitizer::dtls variable has "initial-exec" attribute, and thus can't be
linked into .so.
It works fine as we don't link asan/tsan/msan runtimes into shared objects
(only into the executables), but it is not the case for UBSan.

Thanks,
Byoungyoung

-- 
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