Merge pull request #2874 from uweigand/s390x-backend
Support IBM z/Architecture
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user