Skip to content

Commit 5ed26ad

Browse files
committed
[gn build] Port 17408f7
1 parent 17408f7 commit 5ed26ad

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ static_library("LLVMAArch64CodeGen") {
157157
"AArch64RegisterInfo.cpp",
158158
"AArch64SIMDInstrOpt.cpp",
159159
"AArch64SLSHardening.cpp",
160+
"AArch64SMEAttributes.cpp",
160161
"AArch64SelectionDAGInfo.cpp",
161162
"AArch64SpeculationHardening.cpp",
162163
"AArch64StackTagging.cpp",

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,5 @@ static_library("Utils") {
2020

2121
# AArch64BaseInfo.h includes a header from MCTargetDesc :-/
2222
include_dirs = [ ".." ]
23-
sources = [
24-
"AArch64BaseInfo.cpp",
25-
"AArch64SMEAttributes.cpp",
26-
]
23+
sources = [ "AArch64BaseInfo.cpp" ]
2724
}

0 commit comments

Comments
 (0)