You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks implementing DXC's ability to use a root signature versions as a target with a root signature as an entry point.
The behaviour should follow the specification here.
AC:
Update the -T and -E options in clang-dxc
Update the -T and -E options in clang and cc1
Create a FrontendAction wrapper around ASTFrontendAction that will parse + inject the root signature (and maybe empty function if required) into the AST and then short-circuit any further parsing
This issue tracks implementing DXC's ability to use a root signature versions as a target with a root signature as an entry point.
The behaviour should follow the specification here.
AC:
-Tand-Eoptions inclang-dxc-Tand-Eoptions inclangandcc1FrontendActionwrapper aroundASTFrontendActionthat will parse + inject the root signature (and maybe empty function if required) into the AST and then short-circuit any further parsing