mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Index] Convert to hashing to HashBuilder with BLAKE3
`Hashing.h` is non-deterministic between runs. Update the index hashing to use BLAKE3 for the record hash. xxhash is faster in benchmarks that I've found, but there's no easy `HashBuilder` option for it today.
This commit is contained in:
@@ -27,7 +27,7 @@ func test() {
|
||||
// CHECK: [[MODB:SwiftModuleB.swiftmodule-[A-Z0-9]*]]
|
||||
// CHECK: --------
|
||||
// CHECK: has-main: 1
|
||||
// CHECK: out-file: {{.*}}/SwiftModuleB.swiftmodule
|
||||
// CHECK: out-file: {{.*}}{{/|\\}}SwiftModuleB.swiftmodule
|
||||
// CHECK: DEPEND START
|
||||
// CHECK: Unit | system | Swift | {{.*}}{{/|\\}}Swift.swiftmodule
|
||||
// CHECK: Unit | user | SwiftModuleA | {{.*}}{{/|\\}}SwiftModuleA.swiftmodule
|
||||
|
||||
Reference in New Issue
Block a user