MasterJH5574 opened a new pull request, #18298: URL: https://github.com/apache/tvm/pull/18298
This PR fixes a bug in the current system library symbol lookup. Prior to this PR, the lookup key always concatenates `symbol_prefix_` and `name`. However, the `name` may or may not have already contained the symbol prefix. And when it does contain the symbol prefix, the concantenated string will have duplicate symbol prefix, which leads to the lookup failure, because in the compiled library the symbol prefix only appears once. This PR changes the lookup behavior to check both cases. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
