mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #39579 from xymus/fix-minus
[Serialization] Fix merge character artifact
This commit is contained in:
@@ -320,7 +320,7 @@ static ValidationInfo validateControlBlock(
|
||||
::getenv("SWIFT_DEBUG_FORCE_SWIFTMODULE_REVISION");
|
||||
|
||||
bool isCompilerTagged = forcedDebugRevision ||
|
||||
- !version::Version::getCurrentCompilerVersion().empty();
|
||||
!version::Version::getCurrentCompilerVersion().empty();
|
||||
|
||||
StringRef moduleRevision = blobData;
|
||||
if (isCompilerTagged && !moduleRevision.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user