File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ install_ubuntu_prerequisites_template: &INSTALL_UBUNTU_PREREQUISITES_TEMPLATE
203
203
environment :
204
204
CIRRUS_CLONE_DEPTH : 50
205
205
HOST_LDC_VERSION : 1.31.0
206
- LLVM_VERSION : 18.1.5
206
+ LLVM_VERSION : 18.1.6
207
207
GITHUB_TOKEN : ENCRYPTED[0955bd48c8d4e5391446fc0149d0719ad0b63df27ec9e6c180a5730a5b10dc7f28f09d1383423db158d21380ee2b022a]
208
208
209
209
task :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
11
11
12
12
env :
13
13
CLANG_VERSION : 15.0.6
14
- LLVM_VERSION : 18.1.5
14
+ LLVM_VERSION : 18.1.6
15
15
16
16
jobs :
17
17
build-native :
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Install prerequisites
102
102
uses : ./.github/actions/1-setup
103
103
with :
104
- clang_version : ${{ runner.os == 'Windows' && '18.1.5 ' || env.CLANG_VERSION }}
104
+ clang_version : ${{ runner.os == 'Windows' && '18.1.6 ' || env.CLANG_VERSION }}
105
105
llvm_version : ${{ matrix.llvm_version || env.LLVM_VERSION }}
106
106
arch : ${{ matrix.arch }}
107
107
- name : Build bootstrap LDC
Original file line number Diff line number Diff line change 19
19
os : ubuntu-20.04
20
20
host_dc : ldc-1.19.0
21
21
# FIXME: no usable official package available yet
22
- llvm_version : https://github.com/ldc-developers/llvm-project/releases/download/ldc-v18.1.5 /llvm-18.1.5 -linux-x86_64.tar.xz
22
+ llvm_version : https://github.com/ldc-developers/llvm-project/releases/download/ldc-v18.1.6 /llvm-18.1.6 -linux-x86_64.tar.xz
23
23
cmake_flags : -DRT_SUPPORT_SANITIZERS=ON
24
24
- job_name : macOS 14, LLVM 17, latest LDC beta
25
25
os : macos-14
Original file line number Diff line number Diff line change 1
1
# LDC master
2
2
3
3
#### Big news
4
+ - LLVM for prebuilt packages bumped to v18.1.6 (except for macOS arm64). (#4678 )
4
5
5
6
#### Platform support
6
7
- Supports LLVM 15 - 18. Support for LLVM 11 - 14 was dropped. The CLI options ` -passmanager ` and ` -opaque-pointers ` were removed.
You can’t perform that action at this time.
0 commit comments