You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
BUILD.gn | 4 months ago | |
README.md | 4 months ago | |
sanitizers_unittest.cc | 4 months ago |
README.md
LLVM sanitizers smoke tests
The only purpose of this binary is to verify that the various build configs for
sanitizers (is_asan
, is_lsan
, is_msan
, is_tsan
, is_ubsan
) do actually
work and spot violations, rather than unconditionally succeeding if we mess up
the build config.