[lld] [ELF] Change build-id default to sha1. (PR #93943)

Tatsuyuki Ishi via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 1 01:01:50 PDT 2024


ishitatsuyuki wrote:

> Why not change XXH3 to XXH128?

There is no XXH3_128 implementation in LLVM and porting it over takes significant work. I'd rather just default to BLAKE3 unless there's a significant performance difference.

https://github.com/llvm/llvm-project/pull/93943


More information about the llvm-commits mailing list