tqchen opened a new pull request, #18273:
URL: https://github.com/apache/tvm/pull/18273

   Previously we simply take the raw symbol for DSO libraries. This can cause 
symbol conflict of functions that take the ffi calling convention and those 
that are not.
   
   This PR updates the convention to ask for LLVM and libary module to always 
append a prefix __tvm_ffi_ to function symbols, this way we will no longer have 
conflict in TVM_FFI_EXPORT_DLL_TYPED macro


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

Reply via email to