SPIRV-Tools/test/tools
Nathan Gauër 5f4e694e10
Implement source extraction logic for spirv-objdump (#5150)
* dump: add ability to extract HLSL from module

Only adds the code to extract the source from the module. The extracted files are written to the given directory.
Android NDK21 has C++17 support, but no std::filesystem support. (NDK22). As for now, the tool is not built on Android.
Might be something to revisit is the need to have this tool on Android arises.
2023-03-22 23:57:18 +01:00
..
objdump Implement source extraction logic for spirv-objdump (#5150) 2023-03-22 23:57:18 +01:00
opt Basic support for SPIR-V 1.6 (#4663) 2021-12-15 14:38:28 -05:00
CMakeLists.txt Implement source extraction logic for spirv-objdump (#5150) 2023-03-22 23:57:18 +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