kparzysz-quic opened a new pull request, #12440: URL: https://github.com/apache/tvm/pull/12440
Add `LLVMTargetInfo` class that can be used to query the LLVM configuration without forcing an `LLVMTarget` to be created. There is no programmatic way to obtain the actual type of an LLVM option. The type is necessary to obtain the value of the option, hence it must be provided as a part of the option string. See `src/target/llvm/target_kind.cc` for more information about the syntax. -- 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: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org