Skip to content

Commit

Permalink
[llvm-exegesis] Remove Assembler Tests
Browse files Browse the repository at this point in the history
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
  • Loading branch information
boomanaiden154 committed May 13, 2023
1 parent db63fb5 commit 88c1242
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 136 deletions.
48 changes: 0 additions & 48 deletions llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp

This file was deleted.

19 changes: 0 additions & 19 deletions llvm/unittests/tools/llvm-exegesis/ARM/CMakeLists.txt

This file was deleted.

3 changes: 0 additions & 3 deletions llvm/unittests/tools/llvm-exegesis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ endfunction()
if(LLVM_TARGETS_TO_BUILD MATCHES "X86")
include(X86/CMakeLists.txt)
endif()
if(LLVM_TARGETS_TO_BUILD MATCHES "ARM")
include(ARM/CMakeLists.txt)
endif()
if(LLVM_TARGETS_TO_BUILD MATCHES "AArch64")
include(AArch64/CMakeLists.txt)
endif()
Expand Down
65 changes: 0 additions & 65 deletions llvm/unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp

This file was deleted.

1 change: 0 additions & 1 deletion llvm/unittests/tools/llvm-exegesis/X86/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ add_llvm_exegesis_unittest_includes(
)

add_llvm_exegesis_unittest_sources(
AssemblerTest.cpp
BenchmarkResultTest.cpp
RegisterAliasingTest.cpp
SchedClassResolutionTest.cpp
Expand Down

0 comments on commit 88c1242

Please sign in to comment.