Add lp64e ABI to the spec tests match
This commit is contained in:
@@ -165,7 +165,8 @@ impl Target {
|
|||||||
assert_matches!(&*self.llvm_abiname, "ilp32" | "ilp32f" | "ilp32d" | "ilp32e")
|
assert_matches!(&*self.llvm_abiname, "ilp32" | "ilp32f" | "ilp32d" | "ilp32e")
|
||||||
}
|
}
|
||||||
"riscv64" => {
|
"riscv64" => {
|
||||||
assert_matches!(&*self.llvm_abiname, "lp64" | "lp64f" | "lp64d" | "lp64q")
|
// Note that the `lp64e` is still unstable as it's not (yet) part of the ELF psABI.
|
||||||
|
assert_matches!(&*self.llvm_abiname, "lp64" | "lp64f" | "lp64d" | "lp64q" | "lp64e")
|
||||||
}
|
}
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user