diff options
| author | Lang Hames <lhames@gmail.com> | 2019-04-22 03:03:09 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2019-04-22 03:03:09 +0000 |
| commit | 1233c15be59160eb48bec08327db012bc3f2aedf (patch) | |
| tree | 285684ee3fa627d211a9be8d2e13cb8ffad67faa /llvm/unittests | |
| parent | e1f3191a0d03a60d41feed18fef3c6b888ff0ceb (diff) | |
| download | bcm5719-llvm-1233c15be59160eb48bec08327db012bc3f2aedf.tar.gz bcm5719-llvm-1233c15be59160eb48bec08327db012bc3f2aedf.zip | |
[JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.
llvm-svn: 358869
Diffstat (limited to 'llvm/unittests')
| -rw-r--r-- | llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | llvm/unittests/ExecutionEngine/JITLink/MachO_x86_64_Tests.cpp (renamed from llvm/unittests/ExecutionEngine/JITLink/JITLinkTest_MachO_x86_64_Tests.cpp) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt b/llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt index cad624d3017..9f9ffbbde1a 100644 --- a/llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt +++ b/llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt @@ -12,7 +12,7 @@ set(LLVM_LINK_COMPONENTS add_llvm_unittest(JITLinkTests JITLinkTestCommon.cpp - JITLinkTest_MachO_x86_64_Tests.cpp + MachO_x86_64_Tests.cpp ) target_link_libraries(JITLinkTests PRIVATE LLVMTestingSupport) diff --git a/llvm/unittests/ExecutionEngine/JITLink/JITLinkTest_MachO_x86_64_Tests.cpp b/llvm/unittests/ExecutionEngine/JITLink/MachO_x86_64_Tests.cpp index 36e62a4f0ca..98c5d44d466 100644 --- a/llvm/unittests/ExecutionEngine/JITLink/JITLinkTest_MachO_x86_64_Tests.cpp +++ b/llvm/unittests/ExecutionEngine/JITLink/MachO_x86_64_Tests.cpp @@ -1,4 +1,4 @@ -//===---- JITLinkTest_MachO_x86_64.cpp - Tests for JITLink MachO/x86-64 ---===// +//===--------- MachO_x86_64.cpp - Tests for JITLink MachO/x86-64 ----------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -9,7 +9,7 @@ #include "JITLinkTestCommon.h" #include "llvm/ADT/DenseSet.h" -#include "llvm/ExecutionEngine/JITLink/JITLink_MachO_x86_64.h" +#include "llvm/ExecutionEngine/JITLink/MachO_x86_64.h" #include "llvm/Testing/Support/Error.h" #include "gtest/gtest.h" |

