1 import("//llvm/utils/unittest/unittest.gni")
3 unittest("LLVMExegesisX86Tests") {
5 "//llvm/lib/DebugInfo/Symbolize",
7 "//llvm/lib/MC/MCParser",
10 "//llvm/lib/Target/X86",
12 # Exegesis reaches inside the Target/X86 tablegen internals and must
13 # depend on this Target/X86-internal build target -- and so must its
15 "//llvm/lib/Target/X86/MCTargetDesc",
16 "//llvm/tools/llvm-exegesis/lib",
17 "//llvm/tools/llvm-exegesis/lib/X86",
20 "//llvm/lib/Target/X86",
21 "//llvm/tools/llvm-exegesis/lib",
25 "BenchmarkResultTest.cpp",
26 "RegisterAliasingTest.cpp",
27 "SchedClassResolutionTest.cpp",
28 "SnippetFileTest.cpp",
29 "SnippetGeneratorTest.cpp",
30 "SnippetRepetitorTest.cpp",