Skip to content

Commit efbafbc

Browse files
committed
[gn build] Port f9ad249
1 parent 5a5cf51 commit efbafbc

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
@@ -14,5 +14,8 @@ unittest("MIRTests") {
1414
"//llvm/lib/TargetParser",
1515
"//llvm/lib/Testing/Support",
1616
]
17-
sources = [ "MachineMetadata.cpp" ]
17+
sources = [
18+
"MachineMetadata.cpp",
19+
"MachineStableHashTest.cpp",
20+
]
1821
}

0 commit comments

Comments
 (0)