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 b971d4d commit 9f879deCopy full SHA for 9f879de
llvm/utils/gn/secondary/bolt/lib/Target/AArch64/BUILD.gn
@@ -7,7 +7,10 @@ static_library("AArch64") {
7
"//llvm/lib/Support",
8
"//llvm/lib/Target/AArch64/MCTargetDesc",
9
]
10
- sources = [ "AArch64MCPlusBuilder.cpp" ]
+ sources = [
11
+ "AArch64MCPlusBuilder.cpp",
12
+ "AArch64MCSymbolizer.cpp",
13
+ ]
14
15
# This target reaches into the internal headers of LLVM's AArch64 library.
16
# That target doesn't expect that, so it doesn't use public_deps for
0 commit comments