[PATCH] D110618: [HIPSPV][2/4] Add HIPSPV tool chain
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 23 03:45:57 PST 2021
Anastasia added a comment.
Could you please clarify the interface to SPIRV-LLVM-Translator tool, specifically:
- Does clang lookup the path to the translator or assume any default path?
- Is there any diagnostic provided if the translator not installed/found?
- How does clang synchronize with the translator versions i.e. some LLVM IR might not be ingested by certain version of the translator. Would this results in the translator ICE or error in the translator, or is it something that can be diagnosed early by clang or during clang build/installation?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110618/new/
https://reviews.llvm.org/D110618
More information about the cfe-commits
mailing list