Skip to content

Commit

Permalink
feat: Add support for loongarch
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Oct 21, 2024
1 parent 2a3bb93 commit 967c861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cmake `
-DLLVM_INCLUDE_TOOLS=ON `
-DLLVM_INCLUDE_UTILS=OFF `
-DLLVM_OPTIMIZED_TABLEGEN=ON `
-DLLVM_TARGETS_TO_BUILD="X86;AArch64;RISCV;WebAssembly" `
-DLLVM_TARGETS_TO_BUILD="X86;AArch64;RISCV;WebAssembly;LoongArch" `
$CROSS_COMPILE `
$CMAKE_ARGUMENTS `
../llvm
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cmake \
-DLLVM_INCLUDE_TOOLS=ON \
-DLLVM_INCLUDE_UTILS=OFF \
-DLLVM_OPTIMIZED_TABLEGEN=ON \
-DLLVM_TARGETS_TO_BUILD="X86;AArch64;RISCV;WebAssembly" \
-DLLVM_TARGETS_TO_BUILD="X86;AArch64;RISCV;WebAssembly;LoongArch" \
"${CROSS_COMPILE}" \
"${CMAKE_ARGUMENTS}" \
../llvm
Expand Down

0 comments on commit 967c861

Please sign in to comment.