[PATCH] D49877: ELF: Make --print-icf-sections output deterministic.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 26 15:18:31 PDT 2018


ruiu added a comment.

I think we should use a deterministic hash function such as xxHash64 instead of hash_combine to fix this issue, as I believe it's easier and more robust.


Repository:
  rL LLVM

https://reviews.llvm.org/D49877





More information about the llvm-commits mailing list