Skip to content

Commit 1e07c48

Browse files
authored
[rtsan][NFC] Rename *interceptors.cpp to *interceptors_posix.cpp (#112935)
Done in preparation of exploring rtsan on windows.
1 parent a2ba438 commit 1e07c48

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)