Skip to content

Commit 665c277

Browse files
llvmgnsyncbotAlexisPerry
authored andcommitted
[gn build] Port 5ece35d
1 parent e5ef079 commit 665c277

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ static_library("IR") {
2323
"Comdat.cpp",
2424
"ConstantFold.cpp",
2525
"ConstantRange.cpp",
26+
"ConstantRangeList.cpp",
2627
"Constants.cpp",
2728
"ConvergenceVerifier.cpp",
2829
"Core.cpp",

llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ unittest("IRTests") {
1717
"BasicBlockDbgInfoTest.cpp",
1818
"BasicBlockTest.cpp",
1919
"CFGBuilder.cpp",
20+
"ConstantRangeListTest.cpp",
2021
"ConstantRangeTest.cpp",
2122
"ConstantsTest.cpp",
2223
"CoreBindings.cpp",

0 commit comments

Comments
 (0)