We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40a790 commit c19c248Copy full SHA for c19c248
llvm/utils/gn/secondary/llvm/unittests/BUILD.gn
@@ -80,10 +80,7 @@ group("unittests") {
80
]
81
}
82
if (llvm_build_ARM) {
83
- deps += [
84
- "Target/ARM:ARMTests",
85
- "tools/llvm-exegesis/ARM:LLVMExegesisARMTests",
86
- ]
+ deps += [ "Target/ARM:ARMTests" ]
87
88
if (llvm_build_LoongArch) {
89
deps += [ "Target/LoongArch:LoongArchTests" ]
llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/ARM/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/X86/BUILD.gn
@@ -21,7 +21,6 @@ unittest("LLVMExegesisX86Tests") {
21
"//llvm/tools/llvm-exegesis/lib",
22
23
sources = [
24
- "AssemblerTest.cpp",
25
"BenchmarkResultTest.cpp",
26
"RegisterAliasingTest.cpp",
27
"SchedClassResolutionTest.cpp",
0 commit comments