Skip to content

Commit 7226569

Browse files
committed
[CI] Use LLVM 17 for tests on ci_arm
Changes the config script to build TVM with LLVM 17. Change-Id: Id7ff105881272f8bcd6e1fc9b1bfefa49b84dc07
1 parent 5654ee3 commit 7226569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/scripts/task_config_build_arm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo set\(USE_RPC ON\) >> config.cmake
2828
echo set\(USE_MICRO ON\) >> config.cmake
2929
echo set\(USE_MICRO_STANDALONE_RUNTIME ON\) >> config.cmake
3030
echo set\(USE_PROFILER ON\) >> config.cmake
31-
echo -e 'find_program(LLVM_CONFIG "llvm-config")\nif (LLVM_CONFIG) \n\tset(USE_LLVM llvm-config) \nelse() \n\tset(USE_LLVM llvm-config-16)\nendif()' >> config.cmake
31+
echo set\(USE_LLVM llvm-config-17\) >> config.cmake
3232
echo set\(CMAKE_CXX_FLAGS -Werror\) >> config.cmake
3333
echo set\(USE_VTA_FSIM ON\) >> config.cmake
3434
echo set\(USE_ARM_COMPUTE_LIB ON\) >> config.cmake

0 commit comments

Comments
 (0)