Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With QEMU v8.2 the test command is now: for VLEN in 128 256 512 1024 ; do CC="$HOME/llvm-project/build/bin/clang" CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=riscv64-linux-gnu-gcc CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUSTFLAGS="-L /usr/lib/gcc/riscv64-linux-gnu/12.2.0" CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUNNER="$HOME/qemu/build/qemu-riscv64 -L /usr/riscv64-linux-gnu -cpu rv64,v=true,vext_spec=v1.0,vlen=$VLEN,zbb=true,zvbb=true" cargo test --target riscv64gc-unknown-linux-gnu done
- Loading branch information