all: remove support for LLVM 9

This LLVM version breaks CI and is now relatively rather old anyway, so
remove support for it.

This also reverts a workaround for LLVM 9, see a9568932b ("maixbit:
workaround to avoid medium code model").
This commit is contained in:
Ayke van Laethem
2021-03-04 15:21:43 +01:00
committed by Ron Evans
parent 6e480e189d
commit 9c3e479432
5 changed files with 7 additions and 24 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
"inherits": ["riscv64"],
"features": ["+a", "+c", "+m", "+f", "+d"],
"build-tags": ["k210", "kendryte"]
"build-tags": ["k210", "kendryte"],
"code-model": "medium"
}