-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Closed
Labels
HLSLHLSL Language SupportHLSL Language Supportbackend:DirectXclang:codegenIR generation bugs: mangling, exceptions, etc.IR generation bugs: mangling, exceptions, etc.clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"
Description
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 inclang-dxc
- Update the
-T
and-E
options inclang
andcc1
- Create a
FrontendAction
wrapper aroundASTFrontendAction
that will parse + inject the root signature (and maybe empty function if required) into the AST and then short-circuit any further parsing
Metadata
Metadata
Assignees
Labels
HLSLHLSL Language SupportHLSL Language Supportbackend:DirectXclang:codegenIR generation bugs: mangling, exceptions, etc.IR generation bugs: mangling, exceptions, etc.clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"
Type
Projects
Status
Closed