tinygo/targets/fe310.json
Ayke van Laethem 2b7f562202 ci: add support for LLVM 15
This commit switches to LLVM 15 everywhere by default, while still
keeping LLVM 14 support.
2022-10-19 22:23:19 +02:00

6 строки
140 Б
JSON

{
"inherits": ["riscv32"],
"cpu": "sifive-e31",
"features": "+a,+c,+m,-64bit,-relax,-save-restore",
"build-tags": ["fe310", "sifive"]
}