hanchenye-llvm-project/compiler-rt/lib
Alexey Samsonov bdbdd3fd4e [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.
Summary:
Introduce a single place where we specify flag type, name, default
value, and description. This removes a large amount of boilerplate
and ensures we won't leave flags uninitialized.

Test Plan: regression test suite

Reviewers: kcc

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D6851

llvm-svn: 225239
2015-01-06 02:44:05 +00:00
..
BlocksRuntime
asan Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."" 2015-01-02 21:28:37 +00:00
builtins builtins: rely on the compiler for user label prefix 2014-12-19 18:54:13 +00:00
dfsan [DFSAN][MIPS] adding support of DFSAN for MIPS64 2014-12-05 21:22:36 +00:00
interception [sanitizer] Android build cleanup. 2014-09-29 13:18:55 +00:00
lsan Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."" 2015-01-02 21:28:37 +00:00
msan Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."" 2015-01-02 21:28:37 +00:00
profile profile: Add low level versions of profile buffer functions 2014-12-09 22:07:25 +00:00
sanitizer_common [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags. 2015-01-06 02:44:05 +00:00
tsan Remove TSAN_DEBUG in favor of SANITIZER_DEBUG. 2015-01-03 04:29:12 +00:00
ubsan [ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as usual in most cases but will not dump coverage on error with -fno-sanitize-recover (that'll be a separate fix) 2015-01-06 01:31:23 +00:00
CMakeLists.txt [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
Makefile.mk