Skip to content

Commit d329151

Browse files
committed
Make the 'simd' module build like the rest of the overlays.
At one point we were considering it to be a replacement rather than an overlay, but that's not where we are today. We can revisit that later. Necessary for next commit. Swift SVN r29438
1 parent 98ed31f commit d329151

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

stdlib/public/SDK/simd/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
add_swift_library(swiftsimd SHARED IS_STDLIB
1+
add_swift_library(swiftsimd IS_SDK_OVERLAY
22
simd.swift.gyb
33

44
SWIFT_COMPILE_FLAGS -Xfrontend -sil-serialize-all
5-
SWIFT_MODULE_DEPENDS Darwin
6-
INSTALL_IN_COMPONENT stdlib)
5+
SWIFT_MODULE_DEPENDS Darwin)

0 commit comments

Comments
 (0)