diff options
author | Pierre Moreau <dev@pmoreau.org> | 2018-04-26 16:17:35 +0200 |
---|---|---|
committer | Alexey Sotkin <alexey.sotkin@intel.com> | 2018-05-03 17:28:33 +0300 |
commit | 05aa9959aa583c6851b4b000c0e380f5a568d9d3 (patch) | |
tree | 459e45e2154b1be75a14300575639d6f18f980c9 /tools | |
parent | b5346d8645a6a111eb07d26b53f3345636faef9c (diff) |
Rename the installed header and install it in a prefix
Also, the version was bumped to 0.2.1 (from 0.2.0) due to the changes.
Fix: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/15
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvm-spirv/llvm-spirv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-spirv/llvm-spirv.cpp b/tools/llvm-spirv/llvm-spirv.cpp index cbf2e45..7b53442 100644 --- a/tools/llvm-spirv/llvm-spirv.cpp +++ b/tools/llvm-spirv/llvm-spirv.cpp @@ -64,7 +64,7 @@ #define _SPIRV_SUPPORT_TEXT_FMT #endif -#include "SPIRV.h" +#include "LLVMSPIRVLib.h" #include <fstream> #include <iostream> |