Skip to content

Commit 11fe109

Browse files
committed
Update LLVM version
1 parent ea345a7 commit 11fe109

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ branches:
1515

1616
env:
1717
global:
18-
- LLVM_VERSION=11
18+
- LLVM_VERSION=12
1919
matrix:
2020
- BUILD_TYPE=Release
2121
- BUILD_TYPE=Debug

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7272
override target version of LLVM by using the `PREFERRED_LLVM_VERSION` cmake
7373
option:
7474

0 commit comments

Comments
 (0)