mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Runtime] Rename ClientRetainRelease library to SwiftDirectRuntime.
This library will likely become home to other fast-path-in-client functions, so give it a more general name.
This commit is contained in:
@@ -271,16 +271,16 @@ option(SWIFT_BUILD_STDLIB_CXX_MODULE
|
||||
"If not building stdlib, controls whether to build the Cxx module"
|
||||
TRUE)
|
||||
|
||||
# The swiftClientRetainRelease library is currently only available for Darwin
|
||||
# The swiftSwiftDirectRuntime library is currently only available for Darwin
|
||||
# platforms.
|
||||
if(SWIFT_HOST_VARIANT_SDK IN_LIST SWIFT_DARWIN_PLATFORMS)
|
||||
# Off by default everywhere for now.
|
||||
option(SWIFT_BUILD_CLIENT_RETAIN_RELEASE
|
||||
"Build the swiftClientRetainRelease library"
|
||||
option(SWIFT_BUILD_SWIFT_DIRECT_RUNTIME
|
||||
"Build the swiftSwiftDirectRuntime library"
|
||||
FALSE)
|
||||
else()
|
||||
option(SWIFT_BUILD_CLIENT_RETAIN_RELEASE
|
||||
"Build the swiftClientRetainRelease library"
|
||||
option(SWIFT_BUILD_SWIFT_DIRECT_RUNTIME
|
||||
"Build the swiftSwiftDirectRuntime library"
|
||||
FALSE)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user