[all-commits] [llvm/llvm-project] 584512: [llvm][blake3] Prefix blake3_hash4_neon

Paul Kirth via All-commits all-commits at lists.llvm.org
Wed Jul 16 09:40:51 PDT 2025


  Branch: refs/heads/users/ilovepi/blake3-neon
  Home:   https://github.com/llvm/llvm-project
  Commit: 584512a4f845111d46c93649b0d60b64fe2128b4
      https://github.com/llvm/llvm-project/commit/584512a4f845111d46c93649b0d60b64fe2128b4
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-07-16 (Wed, 16 Jul 2025)

  Changed paths:
    M llvm/lib/Support/BLAKE3/llvm_blake3_prefix.h

  Log Message:
  -----------
  [llvm][blake3] Prefix blake3_hash4_neon

In #147948 blake3_hash4_neon became a public symbol (no longer static).
Like other APIs introduced, it was not prefixed, resulting in conflicts if
libblake3 and LLVM are both linked statically into the same binary.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list