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.
2 parents d8cb7fc + ea8ff79 commit a072bd9Copy full SHA for a072bd9
llvm/utils/gn/secondary/llvm/unittests/MC/SystemZ/BUILD.gn
@@ -8,5 +8,8 @@ unittest("SystemZAsmLexerTests") {
8
"//llvm/lib/Target/SystemZ",
9
"//llvm/lib/TargetParser",
10
]
11
- sources = [ "SystemZAsmLexerTest.cpp" ]
+ sources = [
12
+ "SystemZAsmLexerTest.cpp",
13
+ "SystemZMCDisassemblerTest.cpp",
14
+ ]
15
}
0 commit comments