diff options
Diffstat (limited to 'compiler-rt/lib/tsan/tests/rtl/CMakeLists.txt')
| -rw-r--r-- | compiler-rt/lib/tsan/tests/rtl/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/tests/rtl/CMakeLists.txt b/compiler-rt/lib/tsan/tests/rtl/CMakeLists.txt index 62faa0dad8e..a34f08ea965 100644 --- a/compiler-rt/lib/tsan/tests/rtl/CMakeLists.txt +++ b/compiler-rt/lib/tsan/tests/rtl/CMakeLists.txt @@ -8,7 +8,7 @@ set(TSAN_RTL_TEST_SOURCES tsan_thread.cc) if(UNIX) - list(APPEND TSAN_RTL_TEST_SOURCES tsan_test_util_linux.cc) + list(APPEND TSAN_RTL_TEST_SOURCES tsan_test_util_posix.cc) endif() set(TSAN_RTL_TEST_HEADERS |

