gn build: Merge r351283.

llvm-svn: 351293
This commit is contained in:
Peter Collingbourne 2019-01-16 02:27:12 +00:00
parent 7bc608206a
commit f67bc623d8
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,8 @@ static_library("GlobalISel") {
"//llvm/lib/Transforms/Utils",
]
sources = [
"CSEMIRBuilder.cpp",
"CSEInfo.cpp",
"CallLowering.cpp",
"Combiner.cpp",
"CombinerHelper.cpp",

View File

@ -12,6 +12,7 @@ unittest("GlobalISelTests") {
"//llvm/lib/Target:TargetsToBuild",
]
sources = [
"CSETest.cpp",
"LegalizerHelperTest.cpp",
"LegalizerInfoTest.cpp",
"PatternMatchTest.cpp",