Skip to content

Commit aa15ef9

Browse files
committed
[RISCV] Set LLVM_HOST_TRIPLE for rise-clang-riscv-rva20-2stage
This resolves issues with some ExecutionEngine tests that are x86-only trying to be run.
1 parent bf5eb6a commit aa15ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3293,6 +3293,7 @@
32933293
util.Interpolate("-DLLVM_NATIVE_TOOL_DIR=%(prop:builddir)s/stage1.install/bin"),
32943294
"-DLLVM_BUILD_TESTS=True",
32953295
"-DPython3_EXECUTABLE=/usr/bin/python3",
3296+
"-DLLVM_HOST_TRIPLE=riscv64-linux-gnu",
32963297
util.Interpolate("-DLLVM_EXTERNAL_LIT=%(prop:builddir)s/llvm-zorg/buildbot/riscv-rise/lit-on-qemu")],
32973298
stage2_toolchain_options=[
32983299
"set(CMAKE_SYSTEM_NAME Linux)",

0 commit comments

Comments
 (0)