tqchen edited a comment on pull request #7875:
URL: https://github.com/apache/tvm/pull/7875#issuecomment-822532298


   After looking at the source code, I think it would be better to isolate the 
piece of macho-dyld linker as a separate thirdparty repo (e.g. 
https://github.com/tlc-pack/macho-dyld). While exposing a set of common C APIs 
that we can depend on, in particular the following C APIs.
   
   - macho_dlopen
   - macho_dlsym
   - macho_dlclose
   
   We can then depend on these API headers cleanly(as they are common public 
API that can be reimplemented in other platforms). This would alleviate the 
possible license mixing concerns that might arise.
   
   
   


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