We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5c07a commit fec11a1Copy full SHA for fec11a1
llvm/include/llvm/ADT/StableHashing.h
@@ -8,7 +8,9 @@
8
//
9
// This file provides types and functions for computing and combining stable
10
// hashes. Stable hashes can be useful for hashing across different modules,
11
-// processes, or compiler runs.
+// 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.
14
15
//===----------------------------------------------------------------------===//
16
0 commit comments