From f5a6782dfe9300b0af7d27dc05f816a88ce8f340 Mon Sep 17 00:00:00 2001 From: Pierre Moreau Date: Thu, 30 Jan 2020 07:25:50 +0100 Subject: [PATCH] Update LLVM_SPIRV_VERSION in CMakeLists.txt to 8.0.0.1 See the corresponding issue: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/131. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 294e80d7bb..4a6a1b0a1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.3) -set(LLVM_SPIRV_VERSION 0.2.1.0) +set(LLVM_SPIRV_VERSION 8.0.0.1) # check if we build inside llvm or not if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)