mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename pointer bounds (#78210)
* Make pointer bounds non-experimental * Rename @PointerBounds to @_SwiftifyImport * Rename filenames containing PointerBounds * Add _PointerParam exception to stdlib ABI test * Add _PointerParam to stdlib API changes * Rename _PointerParam to _SwiftifyInfo
This commit is contained in:
@@ -747,10 +747,6 @@ option(SWIFT_ENABLE_EXPERIMENTAL_PARSER_VALIDATION
|
||||
"Enable experimental SwiftParser validation by default"
|
||||
FALSE)
|
||||
|
||||
option(SWIFT_ENABLE_EXPERIMENTAL_POINTER_BOUNDS
|
||||
"Enable experimental safe wrappers around external functions"
|
||||
FALSE)
|
||||
|
||||
cmake_dependent_option(SWIFT_BUILD_SOURCEKIT
|
||||
"Build SourceKit" TRUE
|
||||
"SWIFT_ENABLE_DISPATCH" FALSE)
|
||||
@@ -1397,7 +1393,6 @@ if(SWIFT_BUILD_STDLIB OR SWIFT_BUILD_SDK_OVERLAY)
|
||||
message(STATUS "Observation Support: ${SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION}")
|
||||
message(STATUS "Synchronization Support: ${SWIFT_ENABLE_SYNCHRONIZATION}")
|
||||
message(STATUS "Volatile Support: ${SWIFT_ENABLE_VOLATILE}")
|
||||
message(STATUS "Pointer Bounds Support: ${SWIFT_ENABLE_EXPERIMENTAL_POINTER_BOUNDS}")
|
||||
message(STATUS "")
|
||||
else()
|
||||
message(STATUS "Not building Swift standard library, SDK overlays, and runtime")
|
||||
|
||||
Reference in New Issue
Block a user