[PATCH] D112410: [SPIR-V] Add a toolchain for SPIR-V in clang

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 14 12:41:47 PST 2021


Anastasia updated this revision to Diff 394353.
Anastasia added a comment.

Addressed review comments from Sven:

- Improved docs and code comments;
- Simplified tests;
- Added warning in a group.
- Aligned with translator PRs after merge.

Note, that this change now references documentation from PR https://github.com/KhronosGroup/SPIRV-LLVM-Translator/pull/1342


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112410/new/

https://reviews.llvm.org/D112410

Files:
  clang/docs/UsersManual.rst
  clang/include/clang/Basic/DiagnosticDriverKinds.td
  clang/include/clang/Driver/Tool.h
  clang/include/clang/Driver/ToolChain.h
  clang/lib/Driver/Driver.cpp
  clang/lib/Driver/ToolChain.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/lib/Driver/ToolChains/Clang.h
  clang/lib/Driver/ToolChains/SPIRV.cpp
  clang/lib/Driver/ToolChains/SPIRV.h
  clang/test/Driver/spirv-toolchain.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112410.394353.patch
Type: text/x-patch
Size: 17075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211214/d92f9d94/attachment-0001.bin>


More information about the cfe-commits mailing list