junrushao1994 opened a new pull request #5859:
URL: https://github.com/apache/incubator-tvm/pull/5859


   Per discussion: 
https://discuss.tvm.ai/t/latest-tvm-failed-to-build-on-mac-osx-with-llvm10/6993
   
   The issue is found to be caused by LLVM's CMake returning nothing: 
`llvm_map_components_to_libnames(LLVM_LIBS "all")`. To fix this, this patch 
checks if "LLVM_LIBS" is empty, and if so, it falls back to use "llvm-config" 
to configure the project.
   
   Could you confirm on your side? Thanks! @Lyken17 @kparzysz-quic @antinucleon 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to