completely remove rva23s64

This commit is contained in:
Zhongyao Chen
2025-08-19 10:33:54 +08:00
parent ce07b5d3fc
commit 45ea228c42
3 changed files with 1 additions and 89 deletions

View File

@@ -278,11 +278,7 @@ pub(crate) fn to_llvm_features<'a>(sess: &Session, s: &'a str) -> Option<LLVMFea
None
}
// Filter out features that are not supported by the current LLVM version
("riscv32" | "riscv64", "zacas" | "rva23s64" | "rva23u64" | "sha" | "ssnpm" | "supm")
if get_version().0 < 20 =>
{
None
}
("riscv32" | "riscv64", "zacas" | "rva23u64" | "supm") if get_version().0 < 20 => None,
(
"s390x",
"message-security-assist-extension12"