Assembler test for OpSourceExtension.
authorDavid Neto <dneto@google.com>
Wed, 9 Sep 2015 22:10:01 +0000 (18:10 -0400)
committerDavid Neto <dneto@google.com>
Mon, 26 Oct 2015 16:54:39 +0000 (12:54 -0400)
commita08350a2c377c1236737e5d781a629ef1d72383a
tree00b088fc1d48d1cebbce7f4b9847f5e4a4d702ae
parent4b4acded77900d18ce0b3aa2dc7571b4ccc458b6
Assembler test for OpSourceExtension.

Add test utility function MakeVector(std::string) to encode
a string as a vector of 32-bit words, as per the SPIR-V literal
string encoding.
CMakeLists.txt
test/TextToBinary.Debug.cpp
test/UnitSPIRV.cpp [new file with mode: 0644]
test/UnitSPIRV.h