mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-25 17:21:06 +00:00
Fix bad parameter names in error message (#3129)
This commit is contained in:
parent
899735f455
commit
c86dc0bcdb
@ -774,8 +774,8 @@ def main():
|
||||
args.extinst_debuginfo_grammar and
|
||||
args.extinst_cldebuginfo100_grammar):
|
||||
print('error: --operand-kinds-output requires --spirv-core-grammar '
|
||||
'and --exinst-debuginfo-grammar '
|
||||
'and --exinst-cldebuginfo100-grammar')
|
||||
'and --extinst-debuginfo-grammar '
|
||||
'and --extinst-cldebuginfo100-grammar')
|
||||
exit(1)
|
||||
if (args.glsl_insts_output is None) != \
|
||||
(args.extinst_glsl_grammar is None):
|
||||
|
Loading…
Reference in New Issue
Block a user