masahi edited a comment on issue #4480: [Codegen] fix bug on LLVM 10.0 URL: https://github.com/apache/incubator-tvm/pull/4480#issuecomment-564214501 A couple of points: * LLVM project moved to github https://github.com/llvm/llvm-project. You might want to switch to this repo from svn. * Make sure you have the enum CodeGenFileType in [include/llvm/Support/Codegen.h](https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/Support/CodeGen.h#L63-L67) (not in TargetMachine.h). This shows that CGFT_ObjectFile etc lives under the name space llvm, not llvm::TargetMachine * Make sure you are building TVM with the correct LLVM installation.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
