gn build: Merge r357259

llvm-svn: 357260
This commit is contained in:
Nico Weber 2019-03-29 14:30:01 +00:00
parent 1d1330c546
commit 7e9f6231e4
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ static_library("lib") {
"PerfHelper.cpp",
"RegisterAliasing.cpp",
"RegisterValue.cpp",
"SchedClassResolution.cpp",
"SnippetGenerator.cpp",
"Target.cpp",
"Uops.cpp",

View File

@ -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",
]