Skip to content

Commit d639232

Browse files
svenvhdbudanov-cmplr
authored andcommitted
Move to C++17
LLVM has switched to C++17 with commit b135650 ("[LLVM] Update C++ standard to 17", 2022-08-06). Original commit: KhronosGroup/SPIRV-LLVM-Translator@75d16c2
1 parent c34bf5a commit d639232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if(LLVM_SPIRV_BUILD_EXTERNAL)
6969
C
7070
)
7171

72-
set(CMAKE_CXX_STANDARD 14)
72+
set(CMAKE_CXX_STANDARD 17)
7373
set(CMAKE_CXX_STANDARD_REQUIRED ON)
7474

7575
if(LLVM_SPIRV_INCLUDE_TESTS)

0 commit comments

Comments
 (0)