Skip to content

Commit

Permalink
Build NVPTX target
Browse files Browse the repository at this point in the history
  • Loading branch information
he-sk committed Jan 16, 2024
1 parent 8db30c2 commit 98eab3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_ubuntu-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ cmake -G Ninja -S llvm -B build -DCMAKE_BUILD_TYPE=Release \
-DLLVM_OPTIMIZED_TABLEGEN=ON \
-DCMAKE_INSTALL_PREFIX="/build_dir/clang" \
-DLLVM_TARGETS_TO_BUILD="AArch64" \
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="NVPTX" \
-DLLVM_BUILD_TOOLS=ON \
-DLLVM_ENABLE_TERMINFO=OFF \
-DLLVM_ENABLE_Z3_SOLVER=OFF \
Expand Down

0 comments on commit 98eab3a

Please sign in to comment.