Skip to content
Snippets Groups Projects
Commit 9edee89b authored by Martin Storsjö's avatar Martin Storsjö
Browse files

[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
parent 8d7a17b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment