[PATCH] D92736: [lld/mac] Use xxhash instead of MD5 for computing the UUID

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 09:52:11 PST 2020


MaskRay added a comment.

xxhash is a pretty arbitrary choice (https://bugs.llvm.org/show_bug.cgi?id=37029). If there are a better one, we can use that, too.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92736/new/

https://reviews.llvm.org/D92736



More information about the llvm-commits mailing list