Only print legalization warning if optimizer disabled
This commit is contained in:
parent
7be36647fc
commit
fb03a55e0f
16 changed files with 21 additions and 21 deletions
|
|
@ -100,6 +100,8 @@ EShMessages DeriveOptions(Source source, Semantics semantics, Target target)
|
|||
break;
|
||||
}
|
||||
|
||||
result = static_cast<EShMessages>(result | EShMsgHlslLegalization);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue