mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
6b31ee1e93
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
7 lines
112 B
JSON
7 lines
112 B
JSON
{
|
|
"inherits": ["riscv32"],
|
|
"cpu": "sifive-e31",
|
|
"features": "+a,+c,+m",
|
|
"build-tags": ["fe310", "sifive"]
|
|
}
|