Merge pull request #2874 from uweigand/s390x-backend

Support IBM z/Architecture
This commit is contained in:
Chris Fallin
2021-05-10 13:53:23 -07:00
committed by GitHub
43 changed files with 24276 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ unwind = ["gimli"]
x86 = []
arm64 = []
riscv = []
s390x = []
arm32 = [] # Work-in-progress codegen backend for ARM.
# Stub feature that does nothing, for Cargo-features compatibility: the new
@@ -74,7 +75,8 @@ old-x86-backend = []
all-arch = [
"x86",
"arm64",
"riscv"
"riscv",
"s390x"
]
# For dependent crates that want to serialize some parts of cranelift