diff options
author | Alexey Sotkin <alexey.sotkin@intel.com> | 2018-05-08 18:31:53 +0300 |
---|---|---|
committer | Alexey Sotkin <alexey.sotkin@intel.com> | 2018-05-14 10:50:25 +0300 |
commit | 76e2aa33f3e4e5be50ef32ab4add858c2926b0ff (patch) | |
tree | 7fcdd4873def8e8aa88b90840f08949c42333ee8 /tools | |
parent | 05aa9959aa583c6851b4b000c0e380f5a568d9d3 (diff) |
Allow to build LLVMSPIRV lib as static library
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvm-spirv/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/llvm-spirv/CMakeLists.txt b/tools/llvm-spirv/CMakeLists.txt index 48567ab..c619af4 100644 --- a/tools/llvm-spirv/CMakeLists.txt +++ b/tools/llvm-spirv/CMakeLists.txt @@ -1,5 +1,11 @@ set(LLVM_LINK_COMPONENTS SPIRVLib + Analysis + BitReader + BitWriter + Core + Support + TransformUtils ) add_llvm_tool(llvm-spirv |