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
This issue tracks that the internal validation default behavior is overridden when a DXC invocation detects that the DXC_DXIL_DLL_PATH environment variable is set.
When this environment variable is detected, and the compiler was invoked via dxc.exe (not through the API), the associated value will be used to load a DXIL.dll. We should test that this infrastructure works, and that it indeed overrides the internal validation behavior. A diagnostic warning should be emitted if this infrastructure is used. Whenever an external validator is used via dxc.exe, the user should receive a warning.
The text was updated successfully, but these errors were encountered:
This issue tracks that the internal validation default behavior is overridden when a DXC invocation detects that the
DXC_DXIL_DLL_PATH
environment variable is set.When this environment variable is detected, and the compiler was invoked via dxc.exe (not through the API), the associated value will be used to load a DXIL.dll. We should test that this infrastructure works, and that it indeed overrides the internal validation behavior. A diagnostic warning should be emitted if this infrastructure is used. Whenever an external validator is used via dxc.exe, the user should receive a warning.
The text was updated successfully, but these errors were encountered: