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
Description
Linking a compute shader with the command-line DXC will error out if using -Fd and -Qstrip_debug together. This is not consistent with the compiler, which will output a PDB even if debug info is stripped from the object file.
Description
Linking a compute shader with the command-line DXC will error out if using -Fd and -Qstrip_debug together. This is not consistent with the compiler, which will output a PDB even if debug info is stripped from the object file.
Steps to Reproduce
Create a file named test.hlsl:
Run these commands:
Actual Behavior
DXC fails with error:
dxc failed : DXIL container does not contain the given part.
Environment
The text was updated successfully, but these errors were encountered: