Skip to content
Snippets Groups Projects
Commit a2c39a29 authored by Lei Zhang's avatar Lei Zhang
Browse files

Use public SPIRV-Tools header

parent cd57b4ba
No related branches found
No related tags found
No related merge requests found
...@@ -718,7 +718,7 @@ void Disassemble(std::ostream& out, const std::vector<unsigned int>& stream) ...@@ -718,7 +718,7 @@ void Disassemble(std::ostream& out, const std::vector<unsigned int>& stream)
#if ENABLE_OPT #if ENABLE_OPT
#include "spirv-tools/source/disassemble.h" #include "spirv-tools/libspirv.h"
// Use the SPIRV-Tools disassembler to print SPIR-V. // Use the SPIRV-Tools disassembler to print SPIR-V.
void SpirvToolsDisassemble(std::ostream& out, const std::vector<unsigned int>& spirv) void SpirvToolsDisassemble(std::ostream& out, const std::vector<unsigned int>& spirv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment