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
Actual Behavior
Should emit OpEntryPoint for each entry-point specified with -E argument but instead throws this error:
fatal error: generated SPIR-V is invalid: No OpEntryPoint instruction was found. This is only allowed if the Linkage capability is being used.
note: please file a bug report on https://github.com/Microsoft/DirectXShaderCompiler/issues with source code if possible
Environment
DXC version: goldbolt trunk
Host Operating System: -
The text was updated successfully, but these errors were encountered:
Description
DXC won't emit
OpEntryPoint
for library target profileSteps to Reproduce
https://godbolt.org/z/9nzWqnqr6
Actual Behavior
Should emit
OpEntryPoint
for each entry-point specified with-E
argument but instead throws this error:Environment
The text was updated successfully, but these errors were encountered: