[llvm-bugs] [Bug 24695] New: fsanitize=safe-stack is not compatible with fsanitize=undefined
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Sep 3 09:10:51 PDT 2015
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: unassignedclangbugs at nondot.org
Reporter: jln at chromium.org
CC: klimek at google.com, llvm-bugs at lists.llvm.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150903/359a4ade/attachment.html>
More information about the llvm-bugs
mailing list