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

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 12 13:46:28 PST 2022


tschuett 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
----------------
Do you have link?


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