[UBSan] Don't allow to use UBSan with anything except for ASan.
authorAlexey Samsonov <vonosmas@gmail.com>
Fri, 20 Mar 2015 18:45:06 +0000 (18:45 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Fri, 20 Mar 2015 18:45:06 +0000 (18:45 +0000)
commitecf380ef3bab0c0e1d2b4e984e2b88a1ab36cc50
treec121dea75241d4f1490e1e2859bc2620899e7226
parent541133b79d3f1078d87e78db4bc6b357d97f113b
[UBSan] Don't allow to use UBSan with anything except for ASan.

We are not able to make a reliable solution for using UBSan together
with other sanitizers with runtime support (and sanitizer_common).
Instead, we want to follow the path used for LSan: have a "standalone"
UBSan tool, and plug-in UBSan that would be explicitly embedded into
specific sanitizers (in short term, it will be only ASan).

llvm-svn: 232829
clang/docs/UsersManual.rst
clang/include/clang/Driver/SanitizerArgs.h
clang/lib/Driver/SanitizerArgs.cpp
clang/test/Driver/fsanitize.c
clang/test/Driver/sanitizer-ld.c