[PATCH] D113991: Support using sha256 as --build-id kind

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 13:26:28 PST 2021


joerg added a comment.

Exactly. This patch only provides a way to tick a checkbox on a stupid compliance list. SHA2 provides no security benefit here for the price of slower linking. If we want to use a more modern cryptographic hash function, the primary criterion should be performance, IMO.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113991



More information about the llvm-commits mailing list