elfringham commented on issue #7618: URL: https://github.com/apache/tvm/issues/7618#issuecomment-795139533
On 10/03/2021 07:53, Junru Shao wrote: > This method is defined in |src/target/llvm/llvm_module.h|. Would you > like to double check if it is properly included? > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/tvm/issues/7618#issuecomment-795041959>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/ACPVKEJH36J5S7B4HOQ36JLTC4JN7ANCNFSM4Y3GCH2Q>. > The code in |src/target/llvm/llvm_module.h| is surrounded by #ifdef TVM_LLVM_VERSION The code that references CreateLLVMCrtMetadataModule in src/target/metadata_module.cc is not surrounded by that #define. In my build that #define is not defined => build failure. Andrew ---------------------------------------------------------------- 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]
