manupa-arm commented on a change in pull request #6950:
URL: https://github.com/apache/tvm/pull/6950#discussion_r530488232



##########
File path: python/tvm/micro/build.py
##########
@@ -162,7 +158,12 @@ def build_static_runtime(
 
         libs.append(compiler.library(lib_build_dir, lib_srcs, lib_opts))
 
-    libs.append(compiler.library(mod_build_dir, [mod_src_path], 
generated_lib_opts))
+    libs.append(

Review comment:
       I added another optional argument for export_library as workspace_dir. 
Technically, I could've used kwarg but I think that is for the purpose of pass 
through arguments to fcompile function. Moreover, I think have a workspace dir 
should be useful for debugging anyway for different use cases of 
export_library. See if this work :) .




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to