Skip to content

Commit 143e98f

Browse files
AlexeySachkovAlexeySotkin
authored andcommitted
Use llvm_release_90 as baseline for the translator
Signed-off-by: Alexey Sachkov <[email protected]>
1 parent 553e984 commit 143e98f

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
@@ -120,7 +120,7 @@ if(NOT USE_PREBUILT_LLVM)
120120
)
121121
endif()
122122

123-
set(SPIRV_BASE_REVISION master)
123+
set(SPIRV_BASE_REVISION llvm_release_90)
124124
set(TARGET_BRANCH "ocl-open-90")
125125

126126
apply_patches(${CLANG_SOURCE_DIR}

0 commit comments

Comments
 (0)