Skip to content

Commit 0bd125d

Browse files
committed
Update revision of SPIR-V Translator
New version of the translator includes fix of crash at translation of invalid llvm.dbg.value instruction
1 parent 0e032f6 commit 0bd125d

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
@@ -84,7 +84,7 @@ if(NOT USE_PREBUILT_LLVM)
8484
set(CLANG_BASE_REVISION 4519e2637fcc4bf6e3049a0a80e6a5e7b97667cb)
8585

8686
set(SPIRV_SOURCE_DIR ${LLVM_SOURCE_DIR}/projects/llvm-spirv)
87-
set(SPIRV_BASE_REVISION 8ce6443ec1020183eafaeb3410c7d1edc2355dc3)
87+
set(SPIRV_BASE_REVISION cafdc8a81d56e256f543294f41546ef347aa902a)
8888

8989
apply_patches(${CLANG_SOURCE_DIR}
9090
${CMAKE_CURRENT_SOURCE_DIR}/patches/clang

0 commit comments

Comments
 (0)