You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
619 B
30 lines
619 B
{
|
|
"llvm-target": "riscv32",
|
|
"data-layout": "e-m:e-p:32:32-i64:64-n32-S128",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "32",
|
|
"target-c-int-width": "32",
|
|
"os": "none",
|
|
"arch": "riscv",
|
|
"cpu": "generic-rv32",
|
|
"features": "+m,+a",
|
|
"max-atomic-width": "32",
|
|
"linker": "ld.lld",
|
|
"linker-flavor": "ld",
|
|
"executables": true,
|
|
"panic-strategy": "abort",
|
|
"relocation-model": "static",
|
|
"abi-blacklist": [
|
|
"cdecl",
|
|
"stdcall",
|
|
"fastcall",
|
|
"vectorcall",
|
|
"thiscall",
|
|
"aapcs",
|
|
"win64",
|
|
"sysv64",
|
|
"ptx-kernel",
|
|
"msp430-interrupt",
|
|
"x86-interrupt"
|
|
]
|
|
} |