[Support] [BLAKE3] Fix building for Cygwin

Use the windows-gnu assembly files on x86_64 Cygwin too.

This fixes https://github.com/llvm/llvm-project/issues/54685.

Differential Revision: https://reviews.llvm.org/D123187
This commit is contained in:
Martin Storsjö 2022-04-06 10:13:31 +03:00
parent 8d7a17b7c8
commit 9edee89b91
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if (IS_X64 AND CAN_USE_ASSEMBLER)
blake3_avx2_x86-64_windows_msvc.asm
blake3_avx512_x86-64_windows_msvc.asm
)
elseif(WIN32)
elseif(WIN32 OR CYGWIN)
list(APPEND LLVM_BLAKE3_FILES
blake3_sse2_x86-64_windows_gnu.S
blake3_sse41_x86-64_windows_gnu.S