Skip to content

Commit

Permalink
[tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.cc
Browse files Browse the repository at this point in the history
Differential Revision: http://reviews.llvm.org/D14575

llvm-svn: 252741
kubamracek committed Nov 11, 2015
1 parent ce12c92 commit fcbb0ec
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler-rt/lib/tsan/tests/rtl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- tsan_test_util_linux.cc -------------------------------------------===//
//===-- tsan_test_util_posix.cc -------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

0 comments on commit fcbb0ec

Please sign in to comment.