Skip to content

Commit b6db5aa

Browse files
fix clang version
1 parent e2dff1c commit b6db5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/python/relay/aot/riscv.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ENABLE_TVM_PLATFORM_ABORT_BACKTRACE = 0
2121
DMLC_CORE=$(TVM_ROOT)/3rdparty/dmlc-core
2222
TOOLCHAIN_PATH=$(shell dirname $(shell which riscv64-unknown-linux-gnu-gcc))/..
2323

24-
CC = clang
25-
CXX = clang++
24+
CC = clang-16
25+
CXX = clang++-16
2626

2727
TARGET_CFLAGS = --target=riscv64-unknown-linux-gnu -march=rv64gcv -static
2828
RUNNER = spike

0 commit comments

Comments
 (0)