Add option to spirv-opt to skip the validator.
authorSteven Perron <stevenperron@google.com>
Thu, 7 Dec 2017 15:55:57 +0000 (10:55 -0500)
committerSteven Perron <stevenperron@google.com>
Fri, 8 Dec 2017 20:05:41 +0000 (15:05 -0500)
commita05ad01e7366245315c2076af0f0a577b25816fc
tree3f0bc963d03e311972efa1592da954244ed7c13c
parent241dcacc04d661166c57d5ad3ec71f47a71d03e3
Add option to spirv-opt to skip the validator.

The option --skip-validation is added.  When used it will skip the
validation step.

Also rearranged the help text to fix two options that are out of order.
tools/opt/opt.cpp