diff options
| -rw-r--r-- | compiler-rt/lib/tsan/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_interceptors_libdispatch.cpp (renamed from compiler-rt/lib/tsan/rtl/tsan_libdispatch_interceptors.cpp) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/CMakeLists.txt b/compiler-rt/lib/tsan/CMakeLists.txt index f4bd2dce732..b5a751dbb8c 100644 --- a/compiler-rt/lib/tsan/CMakeLists.txt +++ b/compiler-rt/lib/tsan/CMakeLists.txt @@ -76,7 +76,7 @@ endif() if(COMPILER_RT_INTERCEPT_LIBDISPATCH) list(APPEND TSAN_SOURCES - rtl/tsan_libdispatch_interceptors.cpp + rtl/tsan_interceptors_libdispatch.cpp ) list(APPEND TSAN_RTL_CFLAGS ${COMPILER_RT_LIBDISPATCH_CFLAGS}) endif() diff --git a/compiler-rt/lib/tsan/rtl/tsan_libdispatch_interceptors.cpp b/compiler-rt/lib/tsan/rtl/tsan_interceptors_libdispatch.cpp index 5431d7fa53d..5dacd3256ab 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_libdispatch_interceptors.cpp +++ b/compiler-rt/lib/tsan/rtl/tsan_interceptors_libdispatch.cpp @@ -1,4 +1,4 @@ -//===-- tsan_libdispatch_interceptors.cpp ---------------------------------===// +//===-- tsan_interceptors_libdispatch.cpp ---------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |

