aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/fe310.json
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2022-09-22 13:39:51 +0200
committerRon Evans <[email protected]>2022-10-19 22:23:19 +0200
commit2b7f56220210198dc850df7d03017d7908bb119c (patch)
treec6caf479f9afed2d026f828b603b9984406494b6 /targets/fe310.json
parent08a51535d43dfc2ee11ec239f87f3321ddd8f469 (diff)
downloadtinygo-2b7f56220210198dc850df7d03017d7908bb119c.tar.gz
tinygo-2b7f56220210198dc850df7d03017d7908bb119c.zip
ci: add support for LLVM 15
This commit switches to LLVM 15 everywhere by default, while still keeping LLVM 14 support.
Diffstat (limited to 'targets/fe310.json')
-rw-r--r--targets/fe310.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/fe310.json b/targets/fe310.json
index e33308f2e..2c9e6b5c8 100644
--- a/targets/fe310.json
+++ b/targets/fe310.json
@@ -1,6 +1,6 @@
{
"inherits": ["riscv32"],
"cpu": "sifive-e31",
- "features": "+a,+c,+m",
+ "features": "+a,+c,+m,-64bit,-relax,-save-restore",
"build-tags": ["fe310", "sifive"]
}