gn build: Merge r368065.

llvm-svn: 368099
This commit is contained in:
Peter Collingbourne
2019-08-06 21:48:06 +00:00
parent 0974e2257a
commit 75e557c8e2
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ static_library("GlobalISel") {
"Combiner.cpp",
"CombinerHelper.cpp",
"GISelChangeObserver.cpp",
"GISelKnownBits.cpp",
"GlobalISel.cpp",
"IRTranslator.cpp",
"InstructionSelect.cpp",

View File

@@ -14,6 +14,7 @@ unittest("GlobalISelTests") {
sources = [
"CSETest.cpp",
"GISelMITest.cpp",
"KnownBitsTest.cpp",
"LegalizerHelperTest.cpp",
"LegalizerInfoTest.cpp",
"MachineIRBuilderTest.cpp",