all: use compiler-rt from LLVM

This commit is contained in:
Ayke van Laethem
2022-01-02 00:26:15 +01:00
committed by Ron Evans
parent 09a3c6a16b
commit 83227e68df
12 changed files with 42 additions and 22 deletions
+2 -1
View File
@@ -35,10 +35,11 @@ jobs:
uses: actions/cache@v2
id: cache-llvm-source
with:
key: llvm-source-13-macos-v1
key: llvm-source-13-macos-v2
path: |
llvm-project/clang/lib/Headers
llvm-project/clang/include
llvm-project/compiler-rt
llvm-project/lld/include
llvm-project/llvm/include
- name: Download LLVM source
+4 -2
View File
@@ -38,10 +38,11 @@ jobs:
uses: actions/cache@v2
id: cache-llvm-source
with:
key: llvm-source-13-linux-v1
key: llvm-source-13-linux-v2
path: |
llvm-project/clang/lib/Headers
llvm-project/clang/include
llvm-project/compiler-rt
llvm-project/lld/include
llvm-project/llvm/include
- name: Download LLVM source
@@ -179,10 +180,11 @@ jobs:
uses: actions/cache@v2
id: cache-llvm-source
with:
key: llvm-source-13-linux-asserts-v1
key: llvm-source-13-linux-asserts-v2
path: |
llvm-project/clang/lib/Headers
llvm-project/clang/include
llvm-project/compiler-rt
llvm-project/lld/include
llvm-project/llvm/include
- name: Download LLVM source
+2 -1
View File
@@ -35,10 +35,11 @@ jobs:
uses: actions/cache@v2
id: cache-llvm-source
with:
key: llvm-source-13-windows-v1
key: llvm-source-13-windows-v2
path: |
llvm-project/clang/lib/Headers
llvm-project/clang/include
llvm-project/compiler-rt
llvm-project/lld/include
llvm-project/llvm/include
- name: Download LLVM source