SPIRV-Tools/source/link
Jeremy Gebben 6520d83eff
linker: Add --use-highest-version option (#5376)
Currently spirv-link fails if all input files don't use the same
SPIR-V version. Add an option to instead use the highest input
version as the output version. Note that if one of the 'old'
input files uses an opcode that is deprecated in the 'new'
version, the output spirv will be invalid.
2023-08-21 17:05:33 -06:00
..
CMakeLists.txt cmake: Modernize install(TARGET) usage (#5056) 2023-01-16 10:55:35 -05:00
linker.cpp linker: Add --use-highest-version option (#5376) 2023-08-21 17:05:33 -06:00