diff options
| author | Fangrui Song <maskray@google.com> | 2019-05-13 04:42:32 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-05-13 04:42:32 +0000 |
| commit | b0e54cbcdf6a5d965e08f50ce2b300fb1410523f (patch) | |
| tree | cc4d3d6fb2d79281742d3437a2335b8ea51e9768 /lldb/source/Plugins/InstrumentationRuntime | |
| parent | f9180b5abe405d740428d8109f2c0c4a75ee676b (diff) | |
| download | bcm5719-llvm-b0e54cbcdf6a5d965e08f50ce2b300fb1410523f.tar.gz bcm5719-llvm-b0e54cbcdf6a5d965e08f50ce2b300fb1410523f.zip | |
Fix file names in file headers. NFC
llvm-svn: 360554
Diffstat (limited to 'lldb/source/Plugins/InstrumentationRuntime')
3 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h b/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h index dba9e930938..0771e624ff6 100644 --- a/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h +++ b/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h @@ -1,4 +1,4 @@ -//===-- AddressSanitizerRuntime.h -------------------------------*- C++ -*-===// +//===-- ASanRuntime.h -------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h b/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h index e9c5bda9da7..db8bb1db799 100644 --- a/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h +++ b/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h @@ -1,4 +1,4 @@ -//===-- ThreadSanitizerRuntime.h --------------------------------*- C++ -*-===// +//===-- TSanRuntime.h -------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h b/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h index 7a604b89c80..1d854b7bf06 100644 --- a/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h +++ b/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h @@ -1,4 +1,4 @@ -//===-- UndefinedBehaviorSanitizerRuntime.h ---------------------*- C++ -*-===// +//===-- UBSanRuntime.h ------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |

