Skip to content

Commit 0f11f42

Browse files
committed
[RISCV] Set LLVM_HOST_TRIPLE to riscv64-unknown-linux-gnu rather than riscv64-linux-gnu
Hoping to fix some test failures due to recent changes in triple canonicalisation.
1 parent 02e05db commit 0f11f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/annotated/rise-riscv-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ cmake -G Ninja \
103103
-DLLVM_EXTERNAL_LIT="$(pwd)/llvm-zorg/buildbot/riscv-rise/lit-on-qemu" \
104104
-DLLVM_ENABLE_PROJECTS="lld;clang;clang-tools-extra;llvm" \
105105
-DCMAKE_TOOLCHAIN_FILE=$(pwd)/stage1-toolchain.cmake \
106-
-DLLVM_HOST_TRIPLE=riscv64-linux-gnu \
106+
-DLLVM_HOST_TRIPLE=riscv64-unknown-linux-gnu \
107107
-S llvm/llvm \
108108
-B stage2
109109

0 commit comments

Comments
 (0)