Skip to content

Commit 83be9af

Browse files
authored
[llvm] fix NVPTX,AMDGPU targets (#73)
1 parent 800611c commit 83be9af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_tools/build_llvm.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ cmake_options=(
3939
-GNinja
4040
-S "${LLVM_SOURCE_DIR}/llvm"
4141
-B "${LLVM_BUILD_DIR}"
42-
-DLLVM_TARGETS_TO_BUILD="${LLVM_TARGETS_TO_BUILD:-host}"
4342
-DCMAKE_BUILD_TYPE=Release
4443
# this flag keeps changing names in CMake...
4544
-DPython3_EXECUTABLE="$Python3_EXECUTABLE"

0 commit comments

Comments
 (0)