SPIRV-Tools/test/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
..
binary_version_test.cpp linker: Add --use-highest-version option (#5376) 2023-08-21 17:05:33 -06:00
CMakeLists.txt linker: Add tests for various type comparisons (#2613) 2019-05-24 15:40:28 -04:00
entry_points_test.cpp linker: Recalculate interface variables (#4784) 2022-05-03 13:23:02 +00:00
global_values_amount_test.cpp Switch SPIRV-Tools to use spirv.hpp11 internally (#4981) 2022-11-04 17:27:10 -04:00
ids_limit_test.cpp Switch SPIRV-Tools to use spirv.hpp11 internally (#4981) 2022-11-04 17:27:10 -04:00
linker_fixture.h linker: Recalculate interface variables (#4784) 2022-05-03 13:23:02 +00:00
matching_imports_to_exports_test.cpp Linker improvements (#4679) 2022-01-22 15:40:19 -05:00
memory_model_test.cpp Switch SPIRV-Tools to use spirv.hpp11 internally (#4981) 2022-11-04 17:27:10 -04:00
partial_linkage_test.cpp Linker improvements (#4679) 2022-01-22 15:40:19 -05:00
type_match_test.cpp Linker improvements (#4679) 2022-01-22 15:40:19 -05:00
unique_ids_test.cpp Linker improvements (#4679) 2022-01-22 15:40:19 -05:00