Skip to content

Commit 53abb62

Browse files
NikitaRudenkoInteligcbot
authored andcommitted
Uplift BASE_LLVM_VERSION for SPIRV Translator on LLVM 11
1 parent 6f9cdbc commit 53abb62

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2+
From: Nikita Rudenko <[email protected]>
3+
Date: Mon, 7 Jun 2021 16:42:53 +0300
4+
Subject: [PATCH] Uplift BASE_LLVM_VERSION to 11.1.0
5+
6+
---
7+
CMakeLists.txt | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/CMakeLists.txt b/CMakeLists.txt
11+
index ecebb4cb..79c792ce 100644
12+
--- a/CMakeLists.txt
13+
+++ b/CMakeLists.txt
14+
@@ -1,6 +1,6 @@
15+
cmake_minimum_required(VERSION 3.3)
16+
17+
-set (BASE_LLVM_VERSION 11.0.0)
18+
+set (BASE_LLVM_VERSION 11.1.0)
19+
set(LLVM_SPIRV_VERSION ${BASE_LLVM_VERSION}.0)
20+
21+
option(LLVM_SPIRV_INCLUDE_TESTS
22+
--
23+
2.31.0
24+

0 commit comments

Comments
 (0)