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 2020/04/14 19:25:05 UTC

[GitHub] [incubator-tvm] kparzysz-quic opened a new pull request #5338: [LLVM] Use llvm::FunctionCallee in IRBuilder::CreateCall with LLVM 11+

kparzysz-quic opened a new pull request #5338: [LLVM] Use llvm::FunctionCallee in IRBuilder::CreateCall with LLVM 11+
URL: https://github.com/apache/incubator-tvm/pull/5338
 
 
   The older variants of `CreateCall` have been deprecated and were recently removed from LLVM. This caused compilation failures.

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen merged pull request #5338: [LLVM] Use llvm::FunctionCallee in IRBuilder::CreateCall with LLVM 11+

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #5338: [LLVM] Use llvm::FunctionCallee in IRBuilder::CreateCall with LLVM 11+
URL: https://github.com/apache/incubator-tvm/pull/5338
 
 
   

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


With regards,
Apache Git Services