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 17408f7 commit 5ed26adCopy full SHA for 5ed26ad
llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn
@@ -157,6 +157,7 @@ static_library("LLVMAArch64CodeGen") {
157
"AArch64RegisterInfo.cpp",
158
"AArch64SIMDInstrOpt.cpp",
159
"AArch64SLSHardening.cpp",
160
+ "AArch64SMEAttributes.cpp",
161
"AArch64SelectionDAGInfo.cpp",
162
"AArch64SpeculationHardening.cpp",
163
"AArch64StackTagging.cpp",
llvm/utils/gn/secondary/llvm/lib/Target/AArch64/Utils/BUILD.gn
@@ -20,8 +20,5 @@ static_library("Utils") {
20
21
# AArch64BaseInfo.h includes a header from MCTargetDesc :-/
22
include_dirs = [ ".." ]
23
- sources = [
24
- "AArch64BaseInfo.cpp",
25
- "AArch64SMEAttributes.cpp",
26
- ]
+ sources = [ "AArch64BaseInfo.cpp" ]
27
}
0 commit comments