areusch commented on a change in pull request #10531:
URL: https://github.com/apache/tvm/pull/10531#discussion_r823914397
##########
File path: cmake/modules/Logging.cmake
##########
@@ -17,6 +17,15 @@
# This script configures the logging module and dependency on libbacktrace
+if(USE_CUSTOM_LOGGING)
+ # Set and propogate TVM_LOG_CUSTOMIZE flag is custom logging has been
requested
+ target_compile_definitions(tvm_objs PUBLIC TVM_LOG_CUSTOMIZE=1)
Review comment:
what about tvm_allvisible?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]