[clang] Adding Loongarch64 to OpenBSD parts (PR #149737)
Brad Smith via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 20 16:19:27 PDT 2025
================
@@ -497,6 +497,7 @@ class LLVM_LIBRARY_VISIBILITY OpenBSDTargetInfo : public OSTargetInfo<Target> {
this->MCountName = "_mcount";
break;
case llvm::Triple::riscv64:
+ case llvm::Triple::loongarch64:
break;
----------------
brad0 wrote:
Also make sure this is sorted, loongarch64 before riscv64.
https://github.com/llvm/llvm-project/pull/149737
More information about the cfe-commits
mailing list