This is an automated email from the ASF dual-hosted git repository.
mehrdadh pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 6191711a16 [COMMUNITY] mkatanbaf -> Reviewer (#14085)
add 330fe8d17c [CRT] USE CMake for CRT standalone libraries (#14025)
No new revisions were added by this update.
Summary of changes:
apps/bundle_deploy/Makefile | 28 ++++---
apps/bundle_deploy/build_model.py | 6 --
.../template_project/CMakeLists.txt.template | 9 +--
.../zephyr/template_project/microtvm_api_server.py | 2 +-
cmake/modules/StandaloneCrt.cmake | 2 +-
src/runtime/crt/CMakeLists.txt | 51 +++++++++++++
src/runtime/crt/Makefile | 85 ----------------------
src/runtime/crt/host/microtvm_api_server.py | 2 +-
8 files changed, 74 insertions(+), 111 deletions(-)
create mode 100644 src/runtime/crt/CMakeLists.txt
delete mode 100644 src/runtime/crt/Makefile