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 5425925 commit 4f12fd5Copy full SHA for 4f12fd5
llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -14,6 +14,7 @@ unittest("IRTests") {
14
"AbstractCallSiteTest.cpp",
15
"AsmWriterTest.cpp",
16
"AttributesTest.cpp",
17
+ "BasicBlockDbgInfoTest.cpp",
18
"BasicBlockTest.cpp",
19
"CFGBuilder.cpp",
20
"ConstantRangeTest.cpp",
@@ -38,8 +39,8 @@ unittest("IRTests") {
38
39
"PassBuilderCallbacksTest.cpp",
40
"PassManagerTest.cpp",
41
"PatternMatch.cpp",
- "StructuralHashTest.cpp",
42
"ShuffleVectorInstTest.cpp",
43
+ "StructuralHashTest.cpp",
44
"TimePassesTest.cpp",
45
"TypesTest.cpp",
46
"UseTest.cpp",
0 commit comments