This is analogous to the existing ASan multilib.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
clang/cmake/caches/Fuchsia-stage2.cmake | ||
---|---|---|
214–215 | Don't you need plain +ubsan instances of these like for +asan above? | |
216–217 | Standalone ubsan doesn't replace the allocator, so these shouldn't be overridden for it like they are for asan. | |
clang/lib/Driver/ToolChains/Fuchsia.cpp | ||
205 | This being the case, should we be adding -fsanitize=undefined to the libc++ (et al) build for asan? | |
217 | This is getting to be a lot of individual ordered integer constants to maintain. |
Don't you need plain +ubsan instances of these like for +asan above?