DXC linker debug output isn't a valid PDB (and doesn't work with PIX) #5739
Labels
bug
Bug, regression, crash
debug info
Related to debug info generation
shader-linking
Bugs related to library targets and linking
Milestone
Description
Linking a shader with -Fd will dump the raw ILDB part from the DXIL container instead of a valid PDB file.
Steps to Reproduce
Create a file named test.hlsl:
Run these commands:
Actual Behavior
testc.pdb (the compiler output) has a valid PDB header.
test.pdb does not.
"PDBs" output this way will also not load in PIX.
Environment
The text was updated successfully, but these errors were encountered: