Skip to content

Commit

Permalink
Update revision of SPIR-V translator
Browse files Browse the repository at this point in the history
Latest changes from master were backported to llvm_release_80 branch in the
translator repository by
KhronosGroup/SPIRV-LLVM-Translator#207
Picking up the updated translator.
  • Loading branch information
AlexeySotkin committed Jun 4, 2019
1 parent 41cad39 commit a090038
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 118 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if(NOT USE_PREBUILT_LLVM)
set(CLANG_BASE_REVISION ccfe04576c13497b9c422ceef0b6efe99077a392)

set(SPIRV_SOURCE_DIR ${LLVM_SOURCE_DIR}/projects/llvm-spirv)
set(SPIRV_BASE_REVISION 83298e3c9b124486c16d0fde54c764a6c5a2b554)
set(SPIRV_BASE_REVISION 6b3920fed310f223b1a69b0273eb7c243d9f6257)

apply_patches(${CLANG_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/patches/clang
Expand Down

This file was deleted.

0 comments on commit a090038

Please sign in to comment.