masahi commented on code in PR #10753:
URL: https://github.com/apache/tvm/pull/10753#discussion_r851163749


##########
src/target/llvm/codegen_llvm.h:
##########
@@ -481,6 +518,8 @@ void CodeGenLLVM::AddFunctionsOrdered(IterType begin, 
IterType end, ConvType pfu
     return name_a < name_b;
   });
   for (auto& f : funcs) {
+    auto global_symbol = f->GetAttr<String>(tvm::attr::kGlobalSymbol);
+    LOG(INFO) << "Adding " << static_cast<std::string>(global_symbol.value());

Review Comment:
   Please remove this diff, I see `codegen_llvm.h:522: Adding ...` all over the 
place in the log 
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-10753/19/pipeline
   
   Sorry I remember I added this one



-- 
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]

Reply via email to