summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/tests/rtl/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cppNico Weber2019-08-011-9/+13
| | | | | | Like r367463, but for tsan/tests/{rtl,unit}. llvm-svn: 367566
* [tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.ccKuba Brecka2015-11-111-1/+1
| | | | | | Differential Revision: http://reviews.llvm.org/D14575 llvm-svn: 252741
* [tsan] Add TSan unit test support for OS XKuba Brecka2015-11-111-1/+1
| | | | | | | | This patch enables building and running TSan unit tests on OS X. Differential Revision: http://reviews.llvm.org/D14546 llvm-svn: 252731
* [TSan] Use Clang to compile and link TSan unit tests with TSan runtimeAlexey Samsonov2013-09-111-5/+9
| | | | llvm-svn: 190503
* [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single ↵Alexey Samsonov2012-09-171-0/+15
root for gtest-based tests. Support running these tests from lit via check-tsan command. llvm-svn: 164022
OpenPOWER on IntegriCloud