[llvm-branch-commits] [Hashing] Use a non-deterministic seed (PR #96282)

Nikita Popov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jun 21 00:01:56 PDT 2024


https://github.com/nikic commented:

I like the idea, but I'm not sure this should be always enabled. This sounds like a lot of debugging fun when a seed-dependent case is not caught in testing.

Can we have this part of LLVM_REVERSE_ITERATION instead, which is used to detect similar hash iteration stability issues? We have a build bot for it.

https://github.com/llvm/llvm-project/pull/96282


More information about the llvm-branch-commits mailing list