Skip to content

Commit 5b8714e

Browse files
authored
[CMake] Add SWIFT_STDLIB_SHORT_MANGLING_LOOKUPS to StandaloneOverlay (#40311)
This will allow it to have a sensible default in configurations that use it. Addresses rdar://85815655
1 parent 974b9f1 commit 5b8714e

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
@@ -85,6 +85,9 @@ set(SWIFT_DARWIN_MODULE_ARCHS "" CACHE STRING
8585
targets on Darwin platforms. These targets are in addition to the full \
8686
library targets.")
8787

88+
option(SWIFT_STDLIB_SHORT_MANGLING_LOOKUPS
89+
"Build stdlib with fast-path context descriptor lookups based on well-known short manglings."
90+
TRUE)
8891

8992
# -----------------------------------------------------------------------------
9093
# Constants

0 commit comments

Comments
 (0)