MasterJH5574 commented on issue #18709:
URL: https://github.com/apache/tvm/issues/18709#issuecomment-3842181734

   Hi @WsqRichards, could you please update your codebase to the latest main?  
This issue is expected to have been fixed by 
https://github.com/apache/tvm/pull/18706, which was merged yesterday.  The 
error message you shared indicates that your codebase is not the latest. For 
example, your codebase is
   ```
   /home/richard/data/tvm-build/tvm/src/target/llvm/codegen_llvm.cc:2328:29: 
error: no matching member function for call to 'insertDeclare'
   2328 | dbg_info_->di_builder_->insertDeclare(
   | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
   ```
   In the latest main, the line 2328 is 
https://github.com/apache/tvm/blob/efdf2b2dbb674d990e32b881c3de0e62986c9407/src/target/llvm/codegen_llvm.cc#L2326-L2330


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to