apeskov commented on pull request #7875: URL: https://github.com/apache/tvm/pull/7875#issuecomment-832657486
@tqchen Your recommendation was fulfilled. * The conflict sources was extracted into separate repo https://github.com/octoml/macho-dyld * TVM is linked with macho_dyld dynamically * TVM depends only on one header file `macho_dlfcn.h` Some details about macho-dyld. All sources inside this repo including written by myself have an Apple license header (I treat it as deep modification of original implementations). There is only one header `macho_dlfcn.h` without any license it has an declaration of API functions. I hope that is a correct handling of Apple sources in context of integration to TVM. -- 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]
