Skip to content

Commit 39161a2

Browse files
authored
Merge pull request swiftlang#76751 from kubamracek/embedded-none-macho-arm64e
[embedded] Also build arm64e on top of arm64 for -apple-none-macho triple
2 parents 3db73fd + eb1f9f7 commit 39161a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB_CROSS_COMPILING)
177177
if("AArch64" IN_LIST LLVM_TARGETS_TO_BUILD)
178178
list(APPEND EMBEDDED_STDLIB_TARGET_TRIPLES
179179
"arm64 arm64-apple-none-macho arm64-apple-none-macho"
180+
"arm64e arm64e-apple-none-macho arm64e-apple-none-macho"
180181
)
181182
endif()
182183

0 commit comments

Comments
 (0)