llvm-project/compiler-rt/test/ubsan
Alexey Samsonov d1c318657b [Sanitizer] Refactor SuppressionContext class.
SuppressionContext is no longer a singleton, shared by all sanitizers,
but a regular class. Each of ASan, LSan, UBSan and TSan now have their
own SuppressionContext, which only parses suppressions specific to
that sanitizer.

"suppressions" flag is moved away from common flags into tool-specific
flags, so the user now may pass
  ASAN_OPTIONS=suppressions=asan_supp.txt LSAN_OPIONS=suppressions=lsan_supp.txt
in a single invocation.

llvm-svn: 230026
2015-02-20 17:41:59 +00:00
..
TestCases [Sanitizer] Refactor SuppressionContext class. 2015-02-20 17:41:59 +00:00
CMakeLists.txt [CMake] Determine which compiler-rt libraries are supported on 2014-08-08 22:01:20 +00:00
lit.common.cfg Enable running Ubsan tests on FreeBSD 2014-11-10 15:31:56 +00:00
lit.site.cfg.in removed redundant lit variable 2014-05-14 01:04:17 +00:00