Skip to content

Commit 96b9b63

Browse files
committed
[gn build] Port 8566cd6
1 parent 99b7c77 commit 96b9b63

File tree

1 file changed

+4
-1
lines changed
  • llvm/utils/gn/secondary/llvm/unittests/MIR

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ unittest("MIRTests") {
1313
"//llvm/lib/TargetParser",
1414
"//llvm/lib/Testing/Support",
1515
]
16-
sources = [ "MachineMetadata.cpp" ]
16+
sources = [
17+
"MachineMetadata.cpp",
18+
"PassBuilderCallbacksTest.cpp",
19+
]
1720
}

0 commit comments

Comments
 (0)