Skip to content

Commit 4f12fd5

Browse files
committed
[gn build] Port b002b38
1 parent 5425925 commit 4f12fd5

File tree

1 file changed

+2
-1
lines changed
  • llvm/utils/gn/secondary/llvm/unittests/IR

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ unittest("IRTests") {
1414
"AbstractCallSiteTest.cpp",
1515
"AsmWriterTest.cpp",
1616
"AttributesTest.cpp",
17+
"BasicBlockDbgInfoTest.cpp",
1718
"BasicBlockTest.cpp",
1819
"CFGBuilder.cpp",
1920
"ConstantRangeTest.cpp",
@@ -38,8 +39,8 @@ unittest("IRTests") {
3839
"PassBuilderCallbacksTest.cpp",
3940
"PassManagerTest.cpp",
4041
"PatternMatch.cpp",
41-
"StructuralHashTest.cpp",
4242
"ShuffleVectorInstTest.cpp",
43+
"StructuralHashTest.cpp",
4344
"TimePassesTest.cpp",
4445
"TypesTest.cpp",
4546
"UseTest.cpp",

0 commit comments

Comments
 (0)