Joejiong edited a comment on pull request #8682:
URL: https://github.com/apache/tvm/pull/8682#issuecomment-894653424


   > Thanks for the fix! I am not the expert of the LLVM backend, so CC’ing 
related experts @kparzysz-quic @FrozenGene @zhiics
   
   your CI got some problem with latest llvm, clearly, the following two things 
have changed for a while.
   - llvm::Intrinsic::getName doesn't have function overload for two arguments;
   - llvm::sys::fs::F_None(doesn't exists any more) --> llvm::sys::fs::OF_None;
   
   the problem happens when you build your own llvm and change the cmake.config 
point to the /latest/path/to/llvm-config, then you will get several compilation 
errors.


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