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


##########
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:
   sorry can you also remove `auto global_symbol = 
f->GetAttr<String>(tvm::attr::kGlobalSymbol);` change since `global_symbol` is 
not used 



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