[llvm-branch-commits] [RISCV] Select the capability ABI by default when the Y extension is enabled (PR #213411)
Alexander Richardson via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 31 22:52:27 PDT 2026
https://github.com/arichardson created https://github.com/llvm/llvm-project/pull/213411
computeDefaultABI() previously had no knowledge of the Y (CHERI)
extension, so a target with Y enabled and no explicit -target-abi
would fall back to the plain integer ABI instead of il32pc64(d)/
l64pc128(d).
This change was created with the help of AI tools
More information about the llvm-branch-commits
mailing list