Skip to content

Commit 9ecc0d8

Browse files
committed
LLVM 14
1 parent 3031bd1 commit 9ecc0d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
include:
2323
- name: x86_64-linux-gnu
2424
os: ubuntu-18.04
25-
more-opts: -DCMAKE_C_COMPILER=clang-13 -DCMAKE_CXX_COMPILER=clang++-13 -DCMAKE_INSTALL_RPATH='$ORIGIN/../lib'
25+
more-opts: -DCMAKE_C_COMPILER=clang-14 -DCMAKE_CXX_COMPILER=clang++-14 -DCMAKE_INSTALL_RPATH='$ORIGIN/../lib'
2626
- name: x86_64-apple-darwin
2727
os: macos-latest
2828
# ld64.lld: warning: Option `-reexported_symbols_list' is not yet implemented. Stay tuned...
@@ -51,8 +51,8 @@ jobs:
5151
run: |
5252
# multilib necessary for building compiler-rt
5353
sudo apt install ninja-build gcc-multilib lld ccache
54-
curl https://apt.llvm.org/llvm.sh | sudo bash -s -- 13
55-
sudo apt install clang-13 clang++-13 libc++-13-dev libc++abi-13-dev
54+
curl https://apt.llvm.org/llvm.sh | sudo bash -s -- 14
55+
sudo apt install clang-14 clang++-14 libc++-14-dev libc++abi-14-dev
5656
- name: Prepare
5757
if: matrix.os == 'macos-latest'
5858
run: |
@@ -74,7 +74,7 @@ jobs:
7474
${{ matrix.name }}-build
7575
- name: Build
7676
run: |
77-
git clone -q --depth 1 -b llvmorg-13.0.0 --recursive https://github.com/llvm/llvm-project
77+
git clone -q --depth 1 -b llvmorg-14.0.0 --recursive https://github.com/llvm/llvm-project
7878
pushd llvm-project
7979
if [[ '${{ matrix.os }}' == ubuntu-* ]]; then
8080
# shrug

0 commit comments

Comments
 (0)