forked from OSchip/llvm-project
parent
1d1330c546
commit
7e9f6231e4
|
@ -27,6 +27,7 @@ static_library("lib") {
|
|||
"PerfHelper.cpp",
|
||||
"RegisterAliasing.cpp",
|
||||
"RegisterValue.cpp",
|
||||
"SchedClassResolution.cpp",
|
||||
"SnippetGenerator.cpp",
|
||||
"Target.cpp",
|
||||
"Uops.cpp",
|
||||
|
|
|
@ -21,10 +21,10 @@ unittest("LLVMExegesisX86Tests") {
|
|||
"//llvm/tools/llvm-exegesis/lib",
|
||||
]
|
||||
sources = [
|
||||
"AnalysisTest.cpp",
|
||||
"AssemblerTest.cpp",
|
||||
"BenchmarkResultTest.cpp",
|
||||
"RegisterAliasingTest.cpp",
|
||||
"SchedClassResolutionTest.cpp",
|
||||
"SnippetGeneratorTest.cpp",
|
||||
"TargetTest.cpp",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue