Skip to content

Commit 0e85dd0

Browse files
committed
[rtsan][NFC] Rename *interceptors.cpp to *interceptors_posix.cpp
1 parent 8f8d5f0 commit 0e85dd0

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

compiler-rt/lib/rtsan/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(RTSAN_CXX_SOURCES
55
rtsan_context.cpp
66
rtsan_diagnostics.cpp
77
rtsan_flags.cpp
8-
rtsan_interceptors.cpp
8+
rtsan_interceptors_posix.cpp
99
rtsan_stats.cpp
1010
rtsan_suppressions.cpp
1111
)

compiler-rt/lib/rtsan/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(RTSAN_UNITTEST_CFLAGS
1616

1717
set(RTSAN_INST_TEST_SOURCES
1818
rtsan_test_functional.cpp
19-
rtsan_test_interceptors.cpp
19+
rtsan_test_interceptors_posix.cpp
2020
rtsan_test_main.cpp)
2121

2222
set(RTSAN_NOINST_TEST_SOURCES

0 commit comments

Comments
 (0)