Put arm32 backend behind experimental_arm32 flag

This commit is contained in:
Jakub Krauz
2020-09-22 12:46:29 +02:00
parent f6a140a662
commit bab3c73100
12 changed files with 35 additions and 13 deletions

View File

@@ -61,15 +61,14 @@ unwind = ["gimli"]
# ISA targets for which we should build.
# If no ISA targets are explicitly enabled, the ISA target for the host machine is enabled.
x86 = []
arm32 = []
arm64 = []
riscv = []
x64 = [] # New work-in-progress codegen backend for x86_64 based on the new isel.
arm32 = [] # Work-in-progress codegen backend for ARM.
# Option to enable all architectures.
all-arch = [
"x86",
"arm32",
"arm64",
"riscv"
]