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 5a5cf51 commit efbafbcCopy full SHA for efbafbc
llvm/utils/gn/secondary/llvm/unittests/MIR/BUILD.gn
@@ -14,5 +14,8 @@ unittest("MIRTests") {
14
"//llvm/lib/TargetParser",
15
"//llvm/lib/Testing/Support",
16
]
17
- sources = [ "MachineMetadata.cpp" ]
+ sources = [
18
+ "MachineMetadata.cpp",
19
+ "MachineStableHashTest.cpp",
20
+ ]
21
}
0 commit comments