[PATCH] D89418: [lld-macho] Implement LC_UUID
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 16 15:52:50 PST 2020
thakis added a comment.
Any reason this uses md5? In the COFF and ELF ports, we found that using md5 as debug info uuid is a bottleneck, but xxhash is fine. https://reviews.llvm.org/D51956 has some discussion on this, and the history for --build-id in lld/ELF probably finds the same discussion for ELF.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89418/new/
https://reviews.llvm.org/D89418
More information about the llvm-commits
mailing list