Skip to content

Commit c19c248

Browse files
committed
[gn] port 88c1242 (begone, LLVMExegesisARMTests)
1 parent f40a790 commit c19c248

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

llvm/utils/gn/secondary/llvm/unittests/BUILD.gn

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ group("unittests") {
8080
]
8181
}
8282
if (llvm_build_ARM) {
83-
deps += [
84-
"Target/ARM:ARMTests",
85-
"tools/llvm-exegesis/ARM:LLVMExegesisARMTests",
86-
]
83+
deps += [ "Target/ARM:ARMTests" ]
8784
}
8885
if (llvm_build_LoongArch) {
8986
deps += [ "Target/LoongArch:LoongArchTests" ]

llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/ARM/BUILD.gn

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

llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/X86/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ unittest("LLVMExegesisX86Tests") {
2121
"//llvm/tools/llvm-exegesis/lib",
2222
]
2323
sources = [
24-
"AssemblerTest.cpp",
2524
"BenchmarkResultTest.cpp",
2625
"RegisterAliasingTest.cpp",
2726
"SchedClassResolutionTest.cpp",

0 commit comments

Comments
 (0)