File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
include :
23
23
- name : x86_64-linux-gnu
24
24
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'
26
26
- name : x86_64-apple-darwin
27
27
os : macos-latest
28
28
# ld64.lld: warning: Option `-reexported_symbols_list' is not yet implemented. Stay tuned...
51
51
run : |
52
52
# multilib necessary for building compiler-rt
53
53
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
56
56
- name : Prepare
57
57
if : matrix.os == 'macos-latest'
58
58
run : |
74
74
${{ matrix.name }}-build
75
75
- name : Build
76
76
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
78
78
pushd llvm-project
79
79
if [[ '${{ matrix.os }}' == ubuntu-* ]]; then
80
80
# shrug
You can’t perform that action at this time.
0 commit comments