[clang] [Driver][FreeBSD] Remove FreeBSD/loongarch32 support (PR #122515)
Lu Weining via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 19 18:02:03 PST 2025
================
@@ -228,11 +228,8 @@ class LLVM_LIBRARY_VISIBILITY FreeBSDTargetInfo : public OSTargetInfo<Target> {
case llvm::Triple::arm:
this->MCountName = "__mcount";
break;
- case llvm::Triple::riscv32:
----------------
SixWeining wrote:
Do you want to remove riscv32 either?
https://github.com/llvm/llvm-project/pull/122515
More information about the cfe-commits
mailing list