[clang] [clang][LoongArch] Add FreeBSD targets (PR #119191)

Brad Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 19 16:25:54 PST 2024


================
@@ -231,6 +231,9 @@ class LLVM_LIBRARY_VISIBILITY FreeBSDTargetInfo : public OSTargetInfo<Target> {
     case llvm::Triple::riscv32:
     case llvm::Triple::riscv64:
       break;
+    case llvm::Triple::loongarch32:
----------------
brad0 wrote:

@brooksdavis 32-bit RISC-V support was removed for FreeBSD. I just noticed this addition and think it should be removed.

https://github.com/llvm/llvm-project/pull/119191


More information about the cfe-commits mailing list