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:
15
15
16
16
env :
17
17
global :
18
- - LLVM_VERSION=11
18
+ - LLVM_VERSION=12
19
19
matrix :
20
20
- BUILD_TYPE=Release
21
21
- 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)
20
20
add_definitions (-DUSE_PREBUILT_LLVM)
21
21
22
22
if (NOT PREFERRED_LLVM_VERSION)
23
- set (PREFERRED_LLVM_VERSION "11 .0.0" )
23
+ set (PREFERRED_LLVM_VERSION "12 .0.0" )
24
24
endif (NOT PREFERRED_LLVM_VERSION)
25
25
message (STATUS "Looking for LLVM version ${PREFERRED_LLVM_VERSION} " )
26
26
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`
68
68
69
69
##### Preferred LLVM version
70
70
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
72
72
override target version of LLVM by using the ` PREFERRED_LLVM_VERSION ` cmake
73
73
option:
74
74
You can’t perform that action at this time.
0 commit comments