Skip to content

Commit 88c1242

Browse files
[llvm-exegesis] Remove Assembler Tests
The Assembler tests have been disabled for years in tree and at this point don't test anything other than common MC infrastructure that is already tested in other parts of the tree. This patch removes them due to the mentioned reasons. Reviewed By: courbet Differential Revision: https://reviews.llvm.org/D149819
1 parent db63fb5 commit 88c1242

File tree

5 files changed

+0
-136
lines changed

5 files changed

+0
-136
lines changed

llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp

Lines changed: 0 additions & 48 deletions
This file was deleted.

llvm/unittests/tools/llvm-exegesis/ARM/CMakeLists.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

llvm/unittests/tools/llvm-exegesis/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ endfunction()
4343
if(LLVM_TARGETS_TO_BUILD MATCHES "X86")
4444
include(X86/CMakeLists.txt)
4545
endif()
46-
if(LLVM_TARGETS_TO_BUILD MATCHES "ARM")
47-
include(ARM/CMakeLists.txt)
48-
endif()
4946
if(LLVM_TARGETS_TO_BUILD MATCHES "AArch64")
5047
include(AArch64/CMakeLists.txt)
5148
endif()

llvm/unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp

Lines changed: 0 additions & 65 deletions
This file was deleted.

llvm/unittests/tools/llvm-exegesis/X86/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ add_llvm_exegesis_unittest_includes(
55
)
66

77
add_llvm_exegesis_unittest_sources(
8-
AssemblerTest.cpp
98
BenchmarkResultTest.cpp
109
RegisterAliasingTest.cpp
1110
SchedClassResolutionTest.cpp

0 commit comments

Comments
 (0)