File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ branches:
1515
1616env :
1717 global :
18- - LLVM_VERSION=11
18+ - LLVM_VERSION=12
1919 matrix :
2020 - BUILD_TYPE=Release
2121 - BUILD_TYPE=Debug
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
2020 add_definitions (-DUSE_PREBUILT_LLVM)
2121
2222 if (NOT PREFERRED_LLVM_VERSION)
23- set (PREFERRED_LLVM_VERSION "11 .0.0" )
23+ set (PREFERRED_LLVM_VERSION "12 .0.0" )
2424 endif (NOT PREFERRED_LLVM_VERSION)
2525 message (STATUS "Looking for LLVM version ${PREFERRED_LLVM_VERSION} " )
2626 find_package (LLVM ${PREFERRED_LLVM_VERSION} REQUIRED)
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ make all -j`nproc`
6868
6969##### Preferred LLVM version
7070
71- By default, openclc-clang's cmake script is searching for LLVM 11 .0.0. You can
71+ By default, openclc-clang's cmake script is searching for LLVM 12 .0.0. You can
7272override target version of LLVM by using the ` PREFERRED_LLVM_VERSION ` cmake
7373option:
7474
You can’t perform that action at this time.
0 commit comments