This is an automated email from the ASF dual-hosted git repository.
moreau pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/ci-docker-staging by this push:
new f90cc57 Build with USE_LLVM on to fix cpp unittests.
f90cc57 is described below
commit f90cc572b0436afc29e1997e22cd4482a970469b
Author: Andrew Reusch <[email protected]>
AuthorDate: Tue Oct 6 08:35:57 2020 -0700
Build with USE_LLVM on to fix cpp unittests.
---
tests/scripts/task_config_build_qemu.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/scripts/task_config_build_qemu.sh
b/tests/scripts/task_config_build_qemu.sh
index 2cf491f..ebabdca 100755
--- a/tests/scripts/task_config_build_qemu.sh
+++ b/tests/scripts/task_config_build_qemu.sh
@@ -26,6 +26,7 @@ cp ../cmake/config.cmake .
echo set\(USE_SORT ON\) >> config.cmake
echo set\(USE_MICRO ON\) >> config.cmake
echo set\(USE_STANDALONE_CRT ON\) >> config.cmake
+echo set\(USE_LLVM llvm-config-10\) >> config.cmake
echo set\(CMAKE_CXX_COMPILER g++\) >> config.cmake
echo set\(CMAKE_CXX_FLAGS -Werror\) >> config.cmake
echo set\(HIDE_PRIVATE_SYMBOLS ON\) >> config.cmake