all: update to LLVM 14

Switch over to LLVM 14 for static builds. Keep using LLVM 13 for regular
builds for now.

This uses a branch of the upstream Espressif branch to fix an issue,
see: https://github.com/espressif/llvm-project/pull/59
This commit is contained in:
Ayke van Laethem
2022-02-05 14:27:50 +01:00
committed by Ron Evans
parent cad6a57077
commit 6b31ee1e93
43 changed files with 101 additions and 70 deletions
+4 -4
View File
@@ -22,12 +22,12 @@ commands:
steps:
- restore_cache:
keys:
- llvm-source-13-v3
- llvm-source-14-v1
- run:
name: "Fetch LLVM source"
command: make llvm-source
- save_cache:
key: llvm-source-13-v3
key: llvm-source-14-v1
paths:
- llvm-project/clang/lib/Headers
- llvm-project/clang/include
@@ -86,10 +86,10 @@ commands:
- run: go install -tags=llvm<<parameters.llvm>> .
- restore_cache:
keys:
- wasi-libc-sysroot-systemclang-v4
- wasi-libc-sysroot-systemclang-v5
- run: make wasi-libc
- save_cache:
key: wasi-libc-sysroot-systemclang-v4
key: wasi-libc-sysroot-systemclang-v5
paths:
- lib/wasi-libc/sysroot
- run: make gen-device -j4