[PATCH] D121531: [ELF] Implement --build-id={md5, sha1} with truncated BLAKE3

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 12 14:28:09 PST 2022


MaskRay marked an inline comment as done.
MaskRay added inline comments.


================
Comment at: lld/ELF/Writer.cpp:2927
 
+  // Fedora introduced build ID as "approximation of true uniqueness across all
+  // binaries that might be used by overlapping sets of people". It does not
----------------
tschuett wrote:
> Do you have link?
It's a deleted page https://fedoraproject.org/w/index.php?title=RolandMcGrath/BuildID&oldid=16098
I do not want to put the URI in the comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121531



More information about the llvm-commits mailing list