SPIRV-Tools/test/tools
Nathan Gauër fcd53c8ed2
Add spirv-dump tool (#5146)
* dump: add tool skeleton.

This tool aims to be used a bit like objdump (hence the name).
Allowing the user to dump some info from a spirv-binary.

* add test structure for spirv-dump

* add spirv-dump to bazel build file

* fix licenses

* fix compilation with ubsan

* remove fdiagnostics

* rename dump to objdump

* move tests to test/tools

* rename dump to objdump for bazel
2023-03-13 16:39:42 +01:00
..
objdump Add spirv-dump tool (#5146) 2023-03-13 16:39:42 +01:00
opt Basic support for SPIR-V 1.6 (#4663) 2021-12-15 14:38:28 -05:00
CMakeLists.txt Add spirv-dump tool (#5146) 2023-03-13 16:39:42 +01:00
expect_unittest.py Convert stderr and stdout in status to strings on assignment (#3049) 2019-11-18 16:35:20 -05:00
expect.py Basic support for SPIR-V 1.6 (#4663) 2021-12-15 14:38:28 -05:00
flags_test.cpp tools: add uint32_t flags parsing (#5131) 2023-03-02 15:16:32 +01:00
placeholder.py Add testing framework for tools. 2018-08-17 15:03:14 -04:00
spirv_test_framework_unittest.py Convert stderr and stdout in status to strings on assignment (#3049) 2019-11-18 16:35:20 -05:00
spirv_test_framework.py Fix SyntaxWarning in Python 3.8 (#3388) 2020-07-27 13:36:34 -04:00