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 bf5eb6a commit aa15ef9Copy full SHA for aa15ef9
buildbot/osuosl/master/config/builders.py
@@ -3293,6 +3293,7 @@
3293
util.Interpolate("-DLLVM_NATIVE_TOOL_DIR=%(prop:builddir)s/stage1.install/bin"),
3294
"-DLLVM_BUILD_TESTS=True",
3295
"-DPython3_EXECUTABLE=/usr/bin/python3",
3296
+ "-DLLVM_HOST_TRIPLE=riscv64-linux-gnu",
3297
util.Interpolate("-DLLVM_EXTERNAL_LIT=%(prop:builddir)s/llvm-zorg/buildbot/riscv-rise/lit-on-qemu")],
3298
stage2_toolchain_options=[
3299
"set(CMAKE_SYSTEM_NAME Linux)",
0 commit comments