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

This commit is contained in:
swift-ci
2020-07-22 17:04:32 -07:00
4 changed files with 12 additions and 2 deletions

View File

@@ -372,6 +372,9 @@ namespace swift {
/// Enable verification when every SubstitutionMap is constructed.
bool VerifyAllSubstitutionMaps = false;
/// Load swiftmodule files in memory as volatile and avoid mmap.
bool EnableVolatileModules = false;
/// Sets the target we are building for and updates platform conditions
/// to match.
///