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 d8aa4a6 commit ea8ff79Copy full SHA for ea8ff79
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