[llvm-bugs] [Bug 13671] Build compiler-rt without ASan on Leopard and Tiger
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 30 19:43:39 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=13671
Jeremy Huddleston Sequoia <jeremyhu at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #6 from Jeremy Huddleston Sequoia <jeremyhu at apple.com> ---
This is still an issue. As Chris mentioned above, the error in config-ix.cmake
is still executed even when asan is disabled.
1) We should bypass the error in cases where we've disabled building the
sanitizers.
2) We should detect that the sanitizers are not supported on older OS versions
and thus not build them there.
--
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/20151201/86068cf9/attachment.html>
More information about the llvm-bugs
mailing list