From 143e98fef058849888de58b4aee4d3920169e3f3 Mon Sep 17 00:00:00 2001 From: Alexey Sachkov Date: Mon, 10 Feb 2020 18:52:29 +0300 Subject: [PATCH] Use llvm_release_90 as baseline for the translator Signed-off-by: Alexey Sachkov --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0ce06de..1b5a9530 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}