Issue 150274
Summary [HLSL][RootSignature] Add support for `rootsig-define` compiler flag
Labels HLSL
Assignees inbelic
Reporter inbelic
    This issue tracks implementing the DXC `rootsig-define` compiler option.

The behaviour should follow the specification [here](https://github.com/llvm/wg-hlsl/blob/main/proposals/0029-root-signature-driver-options.md#option--rootsig-define).

AC:
- [ ] Implement the `rootsig-define` driver option in `clang-dxc`
- [ ] Implement `fdx-rootsignature-define` driver option in `clang` and `cc1`
- [ ] Update `ParseDeclCXX.cpp` to only parse the root signature denoted with `rootsig-define`
- [ ] Update `ParseDeclCXX.cpp` to only parse a root signature if it will be used
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to