Skip to content

Commit 07f2978

Browse files
committed
Update LLVM_SPIRV_VERSION in CMakeLists.txt to 9.0.0.1
Signed-off-by: Alexey Sotkin <alexey.sotkin@intel.com>
1 parent af4db8f commit 07f2978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.3)
22

3-
set(LLVM_SPIRV_VERSION 0.2.1.0)
3+
set(LLVM_SPIRV_VERSION 9.0.0.1)
44

55
# check if we build inside llvm or not
66
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)

0 commit comments

Comments
 (0)