[PATCH] D123907: [HLSL] Add shader attribute

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 18 12:18:02 PDT 2022


python3kgae added inline comments.


================
Comment at: clang/include/clang/Basic/AttrDocs.td:6389-6391
+Normally the shader type is set by shader target with the -T option like
+-Tps_6_1.
+When compiling to a library target like lib_6_3, the shader type attribute can
----------------
aaron.ballman wrote:
> 
Thanks for the edit.
Updated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123907



More information about the cfe-commits mailing list