Skip to content

Commit 1492986

Browse files
committed
Fix branch name
1 parent 2adc125 commit 1492986

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 release_11)
8585
elseif(EXISTS "${LLVM_EXTERNAL_CLANG_SOURCE_DIR}/CMakeLists.txt")
8686
set(CLANG_SOURCE_DIR "${LLVM_EXTERNAL_CLANG_SOURCE_DIR}")
87-
set(CLANG_BASE_REVISION release/10.x)
87+
set(CLANG_BASE_REVISION release/11.x)
8888
endif()
8989
if(EXISTS ${CLANG_SOURCE_DIR})
9090
message(STATUS "Using Clang source code direcotry: ${CLANG_SOURCE_DIR}")

0 commit comments

Comments
 (0)