Skip to content

Commit d8f10f5

Browse files
committed
[embedded] Start building arm64e embedded stdlib
1 parent 9006482 commit d8f10f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,12 @@ endif()
396396
if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
397397
add_custom_target(embedded-stdlib ALL)
398398
set(EMBEDDED_STDLIB_TARGET_TRIPLES
399-
# arch module_name target triple
399+
# arch module_name target triple
400400
"armv7 armv7-apple-none-macho armv7-apple-none-macho"
401401
"arm64 arm64-apple-none-macho arm64-apple-none-macho"
402402
"x86_64 x86_64-apple-macos x86_64-apple-macos10.13"
403403
"arm64 arm64-apple-macos arm64-apple-macos10.13"
404+
"arm64e arm64e-apple-macos arm64e-apple-macos10.13"
404405
)
405406

406407
set(SWIFT_ENABLE_REFLECTION OFF)

0 commit comments

Comments
 (0)