mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Reflection] Build the _Runtime and Reflection modules (#62973)
* Move Runtime into _Runtime Fix more _Runtime names * Add availability to all API * Build _Runtime and Reflection modules * Use threading's mutex for all platforms add stdlib include
This commit is contained in:
@@ -106,6 +106,8 @@ def create_parser():
|
||||
help='Enable experimental distributed actors.')
|
||||
parser.add_argument('--enable-experimental-string-processing', action='store_true',
|
||||
help='Enable experimental string processing.')
|
||||
parser.add_argument('--enable-experimental-reflection', action='store_true',
|
||||
help='Enable experimental reflection.')
|
||||
parser.add_argument('-swift-version', metavar='N',
|
||||
help='the Swift version to use')
|
||||
parser.add_argument('-show-overlay', action='store_true',
|
||||
|
||||
Reference in New Issue
Block a user