wrongtest opened a new pull request #5751: URL: https://github.com/apache/incubator-tvm/pull/5751
Refer to https://discuss.tvm.ai/t/confusing-error-message-when-mod-export-library-with-non-standard-library-suffix/6911 When we call export_library(filename) and use `_cc.create_shared()` as `fcompile` function, we may always expect to create shared library binary file. Thus the link flags may always take `-shared` under linux. With this PR we can export shared library without file name restriction. ---------------------------------------------------------------- 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]
