Skip to content

Commit 7c825f0

Browse files
committed
[gn build] Port fa824dc
1 parent df6822f commit 7c825f0

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
@@ -21,6 +21,7 @@ static_library("IR") {
2121
"BasicBlock.cpp",
2222
"BuiltinGCs.cpp",
2323
"Comdat.cpp",
24+
"ConstantFPRange.cpp",
2425
"ConstantFold.cpp",
2526
"ConstantRange.cpp",
2627
"ConstantRangeList.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+
"ConstantFPRangeTest.cpp",
2021
"ConstantRangeListTest.cpp",
2122
"ConstantRangeTest.cpp",
2223
"ConstantsTest.cpp",

0 commit comments

Comments
 (0)