[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:
Alejandro Alonso
2023-01-17 09:30:16 -08:00
committed by GitHub
parent 9e4f9f7541
commit c7a9360806
89 changed files with 636 additions and 161 deletions

View File

@@ -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',