Move functions for building modules outside of the C++ interface.
authorLei Zhang <antiagainst@google.com>
Fri, 9 Sep 2016 18:45:18 +0000 (14:45 -0400)
committerLei Zhang <antiagainst@google.com>
Fri, 16 Sep 2016 18:02:47 +0000 (14:02 -0400)
commitb54686d0170cc72b889e9bdc45f9c173f26e3467
tree008229c4077c78c4b6856c841fd926b5c058be5a
parent869440ebd495f226440e738509f86221732e1942
Move functions for building modules outside of the C++ interface.
12 files changed:
source/opt/CMakeLists.txt
source/opt/build_module.cpp [new file with mode: 0644]
source/opt/build_module.h [new file with mode: 0644]
source/opt/libspirv.cpp
source/opt/libspirv.hpp
test/cpp_interface.cpp
test/opt/pass_fixture.h
test/opt/test_def_use.cpp
test/opt/test_ir_loader.cpp
test/opt/test_module.cpp
test/opt/test_type_manager.cpp
tools/opt/opt.cpp