Skip to content

Commit

Permalink
Remove nvidia target from apple targets
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaraldi committed Oct 13, 2023
1 parent 4d438ea commit 4043601
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion L/LLVM/LLVM_full@16/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include("../common.jl")

build_tarballs(ARGS, configure_build(ARGS, version; experimental_platforms=true)...;
preferred_gcc_version=v"13", preferred_llvm_version=v"16", julia_compat="1.10")
#Let's build!!!
#Let's build!!
2 changes: 1 addition & 1 deletion L/LLVM/LLVM_full_assert@16/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include("../common.jl")

build_tarballs(ARGS, configure_build(ARGS, version; assert=true, experimental_platforms=true)...;
preferred_gcc_version=v"13", preferred_llvm_version=v"16", julia_compat="1.10")
# It's building time!!!
# It's building time!!
4 changes: 2 additions & 2 deletions L/LLVM/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ if [[ "${ASSERTS}" == "1" ]]; then
fi
# build for our host arch and our GPU targets NVidia and AMD
TARGETS=(host NVPTX)
TARGETS=(host)
if [[ "${target}" != *-apple-darwin* ]]; then
TARGETS+=(AMDGPU)
TARGETS+=(AMDGPU NVPTX)
fi
# Add WASM and BPF for LLVM >6
Expand Down

0 comments on commit 4043601

Please sign in to comment.