We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfa5c0 commit 7845eebCopy full SHA for 7845eeb
1 file changed
tools/clang/tools/dxcompiler/dxcutil.cpp
@@ -69,7 +69,7 @@ bool CreateValidator(CComPtr<IDxcValidator> &pValidator,
69
if (bExternal) {
70
// if external was explicitly specified, but no
71
// external validator could be found (no DXIL.dll), then error
72
- IFTBOOL(!DxilLibIsEnabled(), DXC_E_VALIDATOR_MISSING);
+ IFTBOOL(DxilLibIsEnabled(), DXC_E_VALIDATOR_MISSING);
73
IFT(DxilLibCreateInstance(CLSID_DxcValidator, &pValidator));
74
75
return false;
0 commit comments