You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/05/18 14:34:25 UTC

[GitHub] [tvm] areusch commented on a change in pull request #8059: Add flag to build static version of TVM runtime

areusch commented on a change in pull request #8059:
URL: https://github.com/apache/tvm/pull/8059#discussion_r634444337



##########
File path: CMakeLists.txt
##########
@@ -277,7 +278,9 @@ file(GLOB RUNTIME_SRCS
 
 if(BUILD_FOR_HEXAGON)
   # Add file implementing posix_memalign.
-  list(APPEND RUNTIME_SRCS src/runtime/hexagon/hexagon_posix.cc)
+  if(NOT BUILD_STATIC_RUNTIME)
+    list(APPEND RUNTIME_SRCS src/runtime/hexagon/hexagon_posix.cc)

Review comment:
       could you comment this into the code?




-- 
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:
users@infra.apache.org