mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Derive a Fingerprint from a Module's BasicSourceFileInfo
This commit is contained in:
@@ -94,6 +94,11 @@ public:
|
||||
return llvm::hash_value(fp.core);
|
||||
}
|
||||
|
||||
public:
|
||||
bool operator<(const Fingerprint &other) const {
|
||||
return core < other.core;
|
||||
}
|
||||
|
||||
public:
|
||||
/// The fingerprint value consisting of 32 bytes of zeroes.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user