Skip to content

Commit

Permalink
Use llvm_release_90 as baseline for the translator
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Sachkov <alexey.sachkov@intel.com>
  • Loading branch information
AlexeySachkov authored and AlexeySotkin committed Feb 11, 2020
1 parent 553e984 commit 143e98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if(NOT USE_PREBUILT_LLVM)
)
endif()

set(SPIRV_BASE_REVISION master)
set(SPIRV_BASE_REVISION llvm_release_90)
set(TARGET_BRANCH "ocl-open-90")

apply_patches(${CLANG_SOURCE_DIR}
Expand Down

0 comments on commit 143e98f

Please sign in to comment.