Skip to content

Commit

Permalink
gn build: Merge r368065.
Browse files Browse the repository at this point in the history
llvm-svn: 368099
  • Loading branch information
pcc committed Aug 6, 2019
1 parent 0974e22 commit 75e557c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ static_library("GlobalISel") {
"Combiner.cpp",
"CombinerHelper.cpp",
"GISelChangeObserver.cpp",
"GISelKnownBits.cpp",
"GlobalISel.cpp",
"IRTranslator.cpp",
"InstructionSelect.cpp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ unittest("GlobalISelTests") {
sources = [
"CSETest.cpp",
"GISelMITest.cpp",
"KnownBitsTest.cpp",
"LegalizerHelperTest.cpp",
"LegalizerInfoTest.cpp",
"MachineIRBuilderTest.cpp",
Expand Down

0 comments on commit 75e557c

Please sign in to comment.