[PATCH] D123907: [HLSL] Add shader attribute
Justin Bogner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 20 13:06:57 PDT 2022
bogner added inline comments.
================
Comment at: clang/include/clang/Basic/AttrDocs.td:6390
+ ``[shader(string-literal)]``
+where the string literal is one of: <list the options>.
+Normally the shader type is set by shader target with the ``-T`` option like
----------------
I'm guessing you meant to actually list the options here?
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