Skip to content

Commit

Permalink
[gn] port 88c1242 (begone, LLVMExegesisARMTests)
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed May 13, 2023
1 parent f40a790 commit c19c248
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
5 changes: 1 addition & 4 deletions llvm/utils/gn/secondary/llvm/unittests/BUILD.gn
Expand Up @@ -80,10 +80,7 @@ group("unittests") {
]
}
if (llvm_build_ARM) {
deps += [
"Target/ARM:ARMTests",
"tools/llvm-exegesis/ARM:LLVMExegesisARMTests",
]
deps += [ "Target/ARM:ARMTests" ]
}
if (llvm_build_LoongArch) {
deps += [ "Target/LoongArch:LoongArchTests" ]
Expand Down

This file was deleted.

Expand Up @@ -21,7 +21,6 @@ unittest("LLVMExegesisX86Tests") {
"//llvm/tools/llvm-exegesis/lib",
]
sources = [
"AssemblerTest.cpp",
"BenchmarkResultTest.cpp",
"RegisterAliasingTest.cpp",
"SchedClassResolutionTest.cpp",
Expand Down

0 comments on commit c19c248

Please sign in to comment.