summaryrefslogtreecommitdiff
path: root/lib/msan/lit_tests/lit.cfg
Commit message (Expand)AuthorAge
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-03
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-09
* [msan] Fix msan tests with pipefail option.Evgeniy Stepanov2013-07-31
* Turn off pipefail on msan tests to match the other sanitizers untilChandler Carruth2013-07-27
* Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605Hans Wennborg2013-07-18
* Define the path to llvm-symbolizer tool in a common config to reduce copy-pasteAlexey Samsonov2013-06-30
* Remove a bunch of copy-paste: use common config for sanitizer lit/unit testsAlexey Samsonov2013-06-06
* Improve support for compiler-rt tests in CMake build.Alexey Samsonov2013-05-27
* [MSan] don't build tests with -fPIE/-pie, as these flags are implied by -fsan...Alexey Samsonov2013-04-12
* [msan] Intercept __strdup, strndup, __strndup.Evgeniy Stepanov2013-03-14
* [msan] Lit tests for MemorySanitizer.Evgeniy Stepanov2013-02-11