mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Serialization] Update env var to disable precise tag check
Rename the env var to SWIFT_IGNORE_SWIFTMODULE_REVISION as it's recommended for use outside of testing.
This commit is contained in:
@@ -356,7 +356,7 @@ static ValidationInfo validateControlBlock(
|
||||
// Disable this restriction for compiler testing by setting this
|
||||
// env var to any value.
|
||||
static const char* ignoreRevision =
|
||||
::getenv("SWIFT_DEBUG_IGNORE_SWIFTMODULE_REVISION");
|
||||
::getenv("SWIFT_IGNORE_SWIFTMODULE_REVISION");
|
||||
if (ignoreRevision)
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user