Skip to content

Commit 8a8127f

Browse files
committed
[CMake] Add SWIFT_STDLIB_SHORT_MANGLING_LOOKUPS to StandaloneOverlay
This will allow it to have a sensible default when e.g. building the back deploy concurrency library. Addresses rdar://85815655
1 parent 3b4d131 commit 8a8127f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/modules/StandaloneOverlay.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ set(SWIFT_DARWIN_MODULE_ARCHS "" CACHE STRING
8282
targets on Darwin platforms. These targets are in addition to the full \
8383
library targets.")
8484

85+
option(SWIFT_STDLIB_SHORT_MANGLING_LOOKUPS
86+
"Build stdlib with fast-path context descriptor lookups based on well-known short manglings."
87+
TRUE)
8588

8689
# -----------------------------------------------------------------------------
8790
# Constants

0 commit comments

Comments
 (0)