SPIRV-Tools/source/link
Karol Herbst edaf51038b
linker: Recalculate interface variables (#4784)
* linker: Recalculate interface variables

By resolving extern symbols Entry Points might access variables they
hadn't declared before.

* test/linker: add test to verify linked spir-vs importing functions validate

Without the fix Validate will complain about:

"ERROR: 9: Interface variable id <5> is used by entry point 'bar' id <1>, but is not listed as an interface\n  %5 = OpVariable %_ptr_Input_v3uint Input\n"
2022-05-03 13:23:02 +00:00
..
CMakeLists.txt Fix various source comment (doxygen) typos (#4680) 2022-01-26 15:13:08 -05:00
linker.cpp linker: Recalculate interface variables (#4784) 2022-05-03 13:23:02 +00:00