summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2015-11-11 15:42:00 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2015-11-11 15:42:00 +0000
commitfcbb0ec06e3f8aa2f65a485fc7bde3c64d67017e (patch)
treea261f4553306a308cdc2ff17dd1dd480ba2abdf6 /compiler-rt
parentce12c92f6695cb687880618692cb8c56063bc423 (diff)
downloadbcm5719-llvm-fcbb0ec06e3f8aa2f65a485fc7bde3c64d67017e.tar.gz
bcm5719-llvm-fcbb0ec06e3f8aa2f65a485fc7bde3c64d67017e.zip
[tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.cc
Differential Revision: http://reviews.llvm.org/D14575 llvm-svn: 252741
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/tsan/tests/rtl/CMakeLists.txt2
-rw-r--r--compiler-rt/lib/tsan/tests/rtl/tsan_test_util_posix.cc (renamed from compiler-rt/lib/tsan/tests/rtl/tsan_test_util_linux.cc)2
2 files changed, 2 insertions, 2 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
diff --git a/compiler-rt/lib/tsan/tests/rtl/tsan_test_util_linux.cc b/compiler-rt/lib/tsan/tests/rtl/tsan_test_util_posix.cc
index 646c654b967..6f47c08382c 100644
--- a/compiler-rt/lib/tsan/tests/rtl/tsan_test_util_linux.cc
+++ b/compiler-rt/lib/tsan/tests/rtl/tsan_test_util_posix.cc
@@ -1,4 +1,4 @@
-//===-- tsan_test_util_linux.cc -------------------------------------------===//
+//===-- tsan_test_util_posix.cc -------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
OpenPOWER on IntegriCloud