mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
2b7f562202
This commit switches to LLVM 15 everywhere by default, while still keeping LLVM 14 support.
7 lines
150 B
JSON
7 lines
150 B
JSON
{
|
|
"inherits": ["riscv64"],
|
|
"features": "+64bit,+a,+c,+d,+f,+m,-relax,-save-restore",
|
|
"build-tags": ["k210", "kendryte"],
|
|
"code-model": "medium"
|
|
}
|