tqchen edited a comment on issue #4657: [CodeGen] Generate blob use LLVM directly URL: https://github.com/apache/incubator-tvm/pull/4657#issuecomment-572236081 Some ideas about automatic detection, in the order of things that can be tried - If the module lists already contains an LLVM module, we can get triples from those modules - The property could be part of fcompile.target_triple(), if such attrs existed - The function can return None, which means unable to detect - Note that for gcc and clang ```gcc -dumpmachine``` will give you the triple - If we cannot detect using the above approach, fallback to PackToC, note that this is super unlikely
---------------------------------------------------------------- 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] With regards, Apache Git Services
