Skip to content

Commit

Permalink
Use 64 bit mode Windows llvm build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Dec 16, 2024
1 parent eae3bc9 commit 8aa6444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -750,11 +750,11 @@ jobs:
run: |
git clone --depth=1 -b llvm-export-api-18.0 https://github.com/fsfod/llvm-project.git
cd llvm-project
cmake -S ./llvm/ -B build -G Ninja `
cmake -S ./llvm/ -B build -G Ninja -A x64 `
-DLLVM_ENABLE_PROJECTS="clang" `
-DLLVM_ENABLE_PLUGINS=On `
-DLLVM_TARGETS_TO_BUILD="host" `
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
-DCMAKE_CXX_COMPILER=clang-cl `
-DCMAKE_C_COMPILER=clang-cl `
-DCMAKE_ASM_MASM_COMPILER=llvm-ml `
Expand Down

0 comments on commit 8aa6444

Please sign in to comment.