Skip to content

Commit

Permalink
Pass arm64 flags to clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jan 3, 2025
1 parent dce1f1c commit b724360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
nparallel: 4
- name: Windows-ARM64
os: windows-2022
cmake_args: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
cmake_args: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_C_FLAGS="/arm64" -DCMAKE_CXX_FLAGS="/arm64" -DCMAKE_EXE_LINKER_FLAGS="/MACHINE:ARM64" -DCMAKE_SHARED_LINKER_FLAGS="/MACHINE:ARM64" -DCMAKE_STATIC_LINKER_FLAGS="/MACHINE:ARM64"
nparallel: 4
# TODO: enable this when LLVM 20 is available (https://github.com/llvm/llvm-project/issues/113658)
# - name: Windows-ARM64EC
Expand Down

0 comments on commit b724360

Please sign in to comment.