[clang] [clang][LoongArch] Add OHOS target (PR #127555)
Brad Smith via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 17 23:44:11 PST 2025
================
@@ -111,6 +111,8 @@ std::string OHOS::getMultiarchTriple(const llvm::Triple &T) const {
return "x86_64-linux-ohos";
case llvm::Triple::aarch64:
return "aarch64-linux-ohos";
+ case llvm::Triple::loongarch64:
----------------
brad0 wrote:
No loongarch32 addition here?
https://github.com/llvm/llvm-project/pull/127555
More information about the cfe-commits
mailing list