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
+3 -2
View File
@@ -22,15 +22,16 @@ commands:
steps:
- restore_cache:
keys:
- llvm-source-13-v1
- llvm-source-13-v3
- run:
name: "Fetch LLVM source"
command: make llvm-source
- save_cache:
key: llvm-source-13-v1
key: llvm-source-13-v3
paths:
- llvm-project/clang/lib/Headers
- llvm-project/clang/include
- llvm-project/compiler-rt
- llvm-project/lld/include
- llvm-project/llvm/include
hack-ninja-jobs: