This should be a straight forward mapping. We will need to do the following: - [x] If there is an a value `-fspv-extension=<v0>`, then it should be translated to `-spirv-ext=+<v0>`. - [x] If the `-fspv-extension` option is not specificed, then `-spirv-ext=all` should be passed along. - [x] Test for appropriate error messages when an unknown extension is used.