[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). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232829 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/UsersManual.rst 2 additions, 2 deletionsdocs/UsersManual.rst
- include/clang/Driver/SanitizerArgs.h 0 additions, 2 deletionsinclude/clang/Driver/SanitizerArgs.h
- lib/Driver/SanitizerArgs.cpp 66 additions, 69 deletionslib/Driver/SanitizerArgs.cpp
- test/Driver/fsanitize.c 3 additions, 0 deletionstest/Driver/fsanitize.c
- test/Driver/sanitizer-ld.c 0 additions, 13 deletionstest/Driver/sanitizer-ld.c
Loading
Please register or sign in to comment