Skip to content

Commit fec11a1

Browse files
committed
Address comments from MaskRay
1 parent 5e5c07a commit fec11a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/include/llvm/ADT/StableHashing.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
//
99
// This file provides types and functions for computing and combining stable
1010
// hashes. Stable hashes can be useful for hashing across different modules,
11-
// processes, or compiler runs.
11+
// processes, or compiler runs for a specific version. It currently employs
12+
// the xxh3_64bits hashing algorithm. Be aware that this implementation may be
13+
// adjusted or updated as improvements to the system are made.
1214
//
1315
//===----------------------------------------------------------------------===//
1416

0 commit comments

Comments
 (0)