We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e05db commit 0f11f42Copy full SHA for 0f11f42
zorg/buildbot/builders/annotated/rise-riscv-build.sh
@@ -103,7 +103,7 @@ cmake -G Ninja \
103
-DLLVM_EXTERNAL_LIT="$(pwd)/llvm-zorg/buildbot/riscv-rise/lit-on-qemu" \
104
-DLLVM_ENABLE_PROJECTS="lld;clang;clang-tools-extra;llvm" \
105
-DCMAKE_TOOLCHAIN_FILE=$(pwd)/stage1-toolchain.cmake \
106
- -DLLVM_HOST_TRIPLE=riscv64-linux-gnu \
+ -DLLVM_HOST_TRIPLE=riscv64-unknown-linux-gnu \
107
-S llvm/llvm \
108
-B stage2
109
0 commit comments