Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | D | 03-May-2024 | 777 | 25 | 23 | |
README.md | D | 03-May-2024 | 313 | 7 | 6 | |
sanitizers_unittest.cc | D | 03-May-2024 | 3.9 KiB | 143 | 112 |
README.md
1LLVM sanitizers smoke tests 2--------------------------- 3The only purpose of this binary is to verify that the various build configs for 4sanitizers (`is_asan`, `is_lsan`, `is_msan`, `is_tsan`, `is_ubsan`) do actually 5work and spot violations, rather than unconditionally succeeding if we mess up 6the build config. 7