Remove the old riscv backend
This commit is contained in:
@@ -63,7 +63,6 @@ unwind = ["gimli"]
|
||||
# If no ISA targets are explicitly enabled, the ISA target for the host machine is enabled.
|
||||
x86 = []
|
||||
arm64 = []
|
||||
riscv = []
|
||||
s390x = []
|
||||
arm32 = [] # Work-in-progress codegen backend for ARM.
|
||||
|
||||
@@ -75,7 +74,6 @@ experimental_x64 = []
|
||||
all-arch = [
|
||||
"x86",
|
||||
"arm64",
|
||||
"riscv",
|
||||
"s390x"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user