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
When using the DXC linker, the result doesn't emit anything for DXC_OUT_PDB.
It looks like some additional outputs were added with PR #5678, however DXC_OUT_PDB was not one of them.
Steps to Reproduce
Pass -Zi and -Qstrip_debug in the arguments to IDxcLinker::Link, use QueryInterface to retrieve the IDxcResult from the linker, and call GetOutput(DXC_OUT_PDB, ...) on the linker result.
Actual Behavior
GetResult returns E_INVALIDARG
Environment
DXC version dxcompiler.dll: 1.7 - 1.7.2308.7 (69e54e2); dxil.dll: 1.7(101.7.2308.12)
Host Operating System Windows 10
The text was updated successfully, but these errors were encountered:
Description
When using the DXC linker, the result doesn't emit anything for DXC_OUT_PDB.
It looks like some additional outputs were added with PR #5678, however DXC_OUT_PDB was not one of them.
Steps to Reproduce
Pass
-Zi
and-Qstrip_debug
in the arguments toIDxcLinker::Link
, useQueryInterface
to retrieve theIDxcResult
from the linker, and callGetOutput(DXC_OUT_PDB, ...)
on the linker result.Actual Behavior
GetResult returns E_INVALIDARG
Environment
The text was updated successfully, but these errors were encountered: