You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2020/12/12 15:35:49 UTC

[tvm] branch main updated: clean standalone CRT files in microTVM VM rebuild script (#7095)

This is an automated email from the ASF dual-hosted git repository.

zhic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 28647f2  clean standalone CRT files in microTVM VM rebuild script (#7095)
28647f2 is described below

commit 28647f2e7a65146724b143098422229346b5db44
Author: Andrew Reusch <ar...@octoml.ai>
AuthorDate: Sat Dec 12 07:35:41 2020 -0800

    clean standalone CRT files in microTVM VM rebuild script (#7095)
---
 apps/microtvm/reference-vm/zephyr/rebuild-tvm.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/microtvm/reference-vm/zephyr/rebuild-tvm.sh b/apps/microtvm/reference-vm/zephyr/rebuild-tvm.sh
index df83304..4672012 100755
--- a/apps/microtvm/reference-vm/zephyr/rebuild-tvm.sh
+++ b/apps/microtvm/reference-vm/zephyr/rebuild-tvm.sh
@@ -31,4 +31,5 @@ sed -i 's/USE_MICRO OFF/USE_MICRO ON/' config.cmake
 sed -i 's/USE_GRAPH_RUNTIME_DEBUG OFF/USE_GRAPH_RUNTIME_DEBUG ON/' config.cmake
 sed -i 's/USE_LLVM OFF/USE_LLVM ON/' config.cmake
 cmake ..
+rm -rf standalone_crt host_standalone_crt  # remove stale generated files
 make -j4