mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Serialization] Remove - character artifact
This commit is contained in:
@@ -321,7 +321,7 @@ validateControlBlock(llvm::BitstreamCursor &cursor,
|
||||
::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