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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"inherits": ["riscv32"],
"cpu": "sifive-e31",
"features": "+a,+c,+m,-64bit,-relax,-save-restore",
"features": "+a,+c,+m",
"build-tags": ["fe310", "sifive"]
}