linker: Allow modules to be partially linked
authorPierre Moreau <dev@pmoreau.org>
Tue, 13 Feb 2018 21:47:15 +0000 (22:47 +0100)
committerDavid Neto <dneto@google.com>
Tue, 27 Feb 2018 17:21:13 +0000 (12:21 -0500)
commitbdd6617faae5f9fa962ad73d36b70223c1dcf682
treea80940da98ae2643a01b3b0c7a22cf224d29f052
parent64298bfd15ab1aa59328f3ffdccc861cbfc35ea7
linker: Allow modules to be partially linked

Fixes: https://github.com/KhronosGroup/SPIRV-Tools/issues/1144
include/spirv-tools/linker.hpp
source/link/linker.cpp
test/link/CMakeLists.txt
test/link/partial_linkage_test.cpp [new file with mode: 0644]
tools/link/linker.cpp