[all-commits] [llvm/llvm-project] e36a7d: [Support/BLAKE3] quick fix for Cygwin build (#148635)
Tomohiro Kashiwada via All-commits
all-commits at lists.llvm.org
Tue Jul 22 01:31:07 PDT 2025
Branch: refs/heads/release/21.x
Home: https://github.com/llvm/llvm-project
Commit: e36a7daae2d267f375b142a84c697429ce3fad3e
https://github.com/llvm/llvm-project/commit/e36a7daae2d267f375b142a84c697429ce3fad3e
Author: Tomohiro Kashiwada <kikairoya at gmail.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M llvm/lib/Support/BLAKE3/blake3_dispatch.c
M llvm/lib/Support/BLAKE3/blake3_impl.h
Log Message:
-----------
[Support/BLAKE3] quick fix for Cygwin build (#148635)
BLAKE3 1.8.2 ( imported in d2ad63a193216d008c8161879a59c5f42e0125cc )
fails to build for the Cygwin target.
see: https://github.com/BLAKE3-team/BLAKE3/issues/494
As a temporary workaround, add `&& !defined(__CYGWIN__)` to BLAKE3
locally.
resolves https://github.com/llvm/llvm-project/issues/148365
(cherry picked from commit 8de61eb01c9752f0488ed8b52d01fe3d0873ff6c)
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