[msan] Lit tests for MemorySanitizer.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 11 Feb 2013 11:34:26 +0000 (11:34 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 11 Feb 2013 11:34:26 +0000 (11:34 +0000)
commit257274e7543b5ac0ed517314c1549c7d3353e92d
tree8731fe6a7bf22a2c86afb6b5fae01618ab00bb38
parent53e37ef74f54ed3fd9aaae2d5f67c67a2338a5ed
[msan] Lit tests for MemorySanitizer.

Build system setup for MSan lit tests (build with freshly-built clang, run,
check output) - a nearly exact copy from ASan.
First 2 lit tests for MSan.

llvm-svn: 174876
compiler-rt/lib/msan/CMakeLists.txt
compiler-rt/lib/msan/lit_tests/CMakeLists.txt [new file with mode: 0644]
compiler-rt/lib/msan/lit_tests/Unit/lit.cfg [moved from compiler-rt/lib/msan/tests/lit.cfg with 72% similarity]
compiler-rt/lib/msan/lit_tests/Unit/lit.site.cfg.in [moved from compiler-rt/lib/msan/tests/lit.site.cfg.in with 70% similarity]
compiler-rt/lib/msan/lit_tests/heap-origin.cc [new file with mode: 0644]
compiler-rt/lib/msan/lit_tests/lit.cfg [new file with mode: 0644]
compiler-rt/lib/msan/lit_tests/lit.site.cfg.in [new file with mode: 0644]
compiler-rt/lib/msan/lit_tests/stack-origin.cc [new file with mode: 0644]
compiler-rt/lib/msan/msan_report.cc
compiler-rt/lib/msan/tests/CMakeLists.txt