diff options
| author | Julian Lettner <jlettner@apple.com> | 2019-08-20 00:04:19 +0000 |
|---|---|---|
| committer | Julian Lettner <jlettner@apple.com> | 2019-08-20 00:04:19 +0000 |
| commit | def061e6f0d58a5f9741ce507ab24390a657f72e (patch) | |
| tree | 778c9ec67d54beb7ef9e315790480c8b7c93bf09 /compiler-rt/lib/tsan/rtl | |
| parent | 6815b6ef2a1a7e52dca4afe82f85bf1bed2200c5 (diff) | |
| download | bcm5719-llvm-def061e6f0d58a5f9741ce507ab24390a657f72e.tar.gz bcm5719-llvm-def061e6f0d58a5f9741ce507ab24390a657f72e.zip | |
[TSan] Rename file with libdispatch interceptors
llvm-svn: 369314
Diffstat (limited to 'compiler-rt/lib/tsan/rtl')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_interceptors_libdispatch.cpp (renamed from compiler-rt/lib/tsan/rtl/tsan_libdispatch_interceptors.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
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. |

