Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit 493f8f6

Browse files
committed
gn build: Merge r368065.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368099 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 6dac95d commit 493f8f6

File tree

2 files changed

+2
-0
lines changed
  • utils/gn/secondary/llvm

2 files changed

+2
-0
lines changed

utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ static_library("GlobalISel") {
1818
"Combiner.cpp",
1919
"CombinerHelper.cpp",
2020
"GISelChangeObserver.cpp",
21+
"GISelKnownBits.cpp",
2122
"GlobalISel.cpp",
2223
"IRTranslator.cpp",
2324
"InstructionSelect.cpp",

utils/gn/secondary/llvm/unittests/CodeGen/GlobalISel/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ unittest("GlobalISelTests") {
1414
sources = [
1515
"CSETest.cpp",
1616
"GISelMITest.cpp",
17+
"KnownBitsTest.cpp",
1718
"LegalizerHelperTest.cpp",
1819
"LegalizerInfoTest.cpp",
1920
"MachineIRBuilderTest.cpp",

0 commit comments

Comments
 (0)