Skip to content

Commit 9f879de

Browse files
committed
[gn build] Port b971d4d
1 parent b971d4d commit 9f879de

File tree

1 file changed

+4
-1
lines changed
  • llvm/utils/gn/secondary/bolt/lib/Target/AArch64

1 file changed

+4
-1
lines changed

llvm/utils/gn/secondary/bolt/lib/Target/AArch64/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ static_library("AArch64") {
77
"//llvm/lib/Support",
88
"//llvm/lib/Target/AArch64/MCTargetDesc",
99
]
10-
sources = [ "AArch64MCPlusBuilder.cpp" ]
10+
sources = [
11+
"AArch64MCPlusBuilder.cpp",
12+
"AArch64MCSymbolizer.cpp",
13+
]
1114

1215
# This target reaches into the internal headers of LLVM's AArch64 library.
1316
# That target doesn't expect that, so it doesn't use public_deps for

0 commit comments

Comments
 (0)