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

            Bug ID: 24695
           Summary: fsanitize=safe-stack is not compatible with
                    fsanitize=undefined
           Product: clang
           Version: 3.7
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: libclang
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

safe-stack and any of the "undefined" sanitizers (such as -fsanitize=integer)
are not compatible because the same symbols are defined in
libclang_rt.safestack* and libclang_rt.ubsan_standalone*

Step to reproduce: clang++ -fsanitize=integer,safe-stack test.cc will complain
about duplicate symbols.

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