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 2021/03/09 16:59:06 UTC

[GitHub] [tvm] trevor-m opened a new pull request #7621: Fix TVM compile without LLVM

trevor-m opened a new pull request #7621:
URL: https://github.com/apache/tvm/pull/7621


   #7398 introduced an compilation error when using `USE_LLVM=OFF`. Fix by adding preprocessor if guard.
   
   ```
   tvm/src/target/metadata_module.cc:120:23: error: ‘CreateLLVMCrtMetadataModule’ was not declared in this scope                                                   
          target_module = CreateLLVMCrtMetadataModule(crt_exportable_modules, target); 
   ``` 


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



[GitHub] [tvm] masahi merged pull request #7621: Fix TVM compile without LLVM

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #7621:
URL: https://github.com/apache/tvm/pull/7621


   


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