SPIRV-Tools/test/link
Pierre Moreau e7866de4b1 Linker: Better type comparison for OpTypeArray and OpTypeForwardPointer (#2580)
* Types: Avoid comparing IDs for in Type::IsSameImpl

When linking, we end up with duplicate types for imported and exported
types, that needs to be removed. The current code would reject valid
import/export pairs of symbols due to IDs mismatch, even if the types or
constants behind those ID were the same.

Enabled remaining type_match_test

Fixes #2442
2019-05-29 16:12:02 -04:00
..
binary_version_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
CMakeLists.txt linker: Add tests for various type comparisons (#2613) 2019-05-24 15:40:28 -04:00
entry_points_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
global_values_amount_test.cpp Fixup readabilty/inheritance warnings (#1805) 2018-08-07 09:10:03 -04:00
ids_limit_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
linker_fixture.h linker: Add tests for various type comparisons (#2613) 2019-05-24 15:40:28 -04:00
matching_imports_to_exports_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
memory_model_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
partial_linkage_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
type_match_test.cpp Linker: Better type comparison for OpTypeArray and OpTypeForwardPointer (#2580) 2019-05-29 16:12:02 -04:00
unique_ids_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00