We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bc1e8 commit 31bbaf4Copy full SHA for 31bbaf4
llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
@@ -23,6 +23,7 @@ static_library("IR") {
23
"Comdat.cpp",
24
"ConstantFold.cpp",
25
"ConstantRange.cpp",
26
+ "ConstantRangeList.cpp",
27
"Constants.cpp",
28
"ConvergenceVerifier.cpp",
29
"Core.cpp",
llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -17,6 +17,7 @@ unittest("IRTests") {
17
"BasicBlockDbgInfoTest.cpp",
18
"BasicBlockTest.cpp",
19
"CFGBuilder.cpp",
20
+ "ConstantRangeListTest.cpp",
21
"ConstantRangeTest.cpp",
22
"ConstantsTest.cpp",
"CoreBindings.cpp",
0 commit comments