Merge remote-tracking branch 'origin/main' into rebranch

This commit is contained in:
swift-ci
2023-09-07 01:14:42 -07:00
25 changed files with 188 additions and 21 deletions

View File

@@ -368,6 +368,9 @@ private:
/// Whether this module was built with -experimental-hermetic-seal-at-link.
unsigned HasHermeticSealAtLink : 1;
/// Whether this module was built with embedded Swift.
unsigned IsEmbeddedSwiftModule : 1;
/// Whether this module file is compiled with '-enable-testing'.
unsigned IsTestable : 1;