
This commit switches to LLVM 15 everywhere by default, while still keeping LLVM 14 support.
8 строки
262 Б
JSON
8 строки
262 Б
JSON
{
|
|
"inherits": ["riscv32"],
|
|
"features": "+a,+c,+m,-relax,-save-restore",
|
|
"build-tags": ["virt", "qemu"],
|
|
"default-stack-size": 4096,
|
|
"linkerscript": "targets/riscv-qemu.ld",
|
|
"emulator": "qemu-system-riscv32 -machine virt -nographic -bios none -kernel {}"
|
|
}
|