Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 00719fe

Browse files
committed
Merge branch 'main' of github.com:apple/swift into tensorflow-stage
* 'main' of github.com:apple/swift: [CMake] Copy legacy layouts for module architectures (swiftlang#34921)
2 parents f175c1d + 3211817 commit 00719fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/toolchain/legacy_layouts/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
add_custom_target("copy-legacy-layouts" ALL)
22

33
foreach(sdk ${SWIFT_SDKS})
4-
foreach(arch ${SWIFT_SDK_${sdk}_ARCHITECTURES})
4+
foreach(arch ${SWIFT_SDK_${sdk}_ARCHITECTURES} ${SWIFT_SDK_${sdk}_MODULE_ARCHITECTURES})
55
set(platform "${SWIFT_SDK_${sdk}_LIB_SUBDIR}")
66

77
set(input "${SWIFT_SOURCE_DIR}/stdlib/toolchain/legacy_layouts/${platform}/layouts-${arch}.yaml")

0 commit comments

Comments
 (0)