Skip to content

Commit ea8ff79

Browse files
committed
[gn build] Port b9ccc0c
1 parent d8aa4a6 commit ea8ff79

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

llvm/utils/gn/secondary/llvm/unittests/MC/SystemZ/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ unittest("SystemZAsmLexerTests") {
88
"//llvm/lib/Target/SystemZ",
99
"//llvm/lib/TargetParser",
1010
]
11-
sources = [ "SystemZAsmLexerTest.cpp" ]
11+
sources = [
12+
"SystemZAsmLexerTest.cpp",
13+
"SystemZMCDisassemblerTest.cpp",
14+
]
1215
}

0 commit comments

Comments
 (0)