mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
2b7f562202
This commit switches to LLVM 15 everywhere by default, while still keeping LLVM 14 support.
7 lines
140 B
JSON
7 lines
140 B
JSON
{
|
|
"inherits": ["riscv32"],
|
|
"cpu": "sifive-e31",
|
|
"features": "+a,+c,+m,-64bit,-relax,-save-restore",
|
|
"build-tags": ["fe310", "sifive"]
|
|
}
|