[clang] Remove references to MipsAndroid as it is unsupported (PR #123810)

2025-01-21 Thread via cfe-commits
https://github.com/pirama-arumuga-nainar approved this pull request. https://github.com/llvm/llvm-project/pull/123810 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Remove references to MipsAndroid as it is unsupported (PR #123810)

2025-01-21 Thread via cfe-commits
https://github.com/enh-google approved this pull request. https://github.com/llvm/llvm-project/pull/123810 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Remove references to MipsAndroid as it is unsupported (PR #123810)

2025-01-21 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: AdityaK (hiraditya) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/123810.diff 1 Files Affected: - (modified) clang/lib/Driver/ToolChains/Gnu.cpp (-51) ``diff diff --git a/clang/lib/Driver/ToolChains

[clang] Remove references to MipsAndroid as it is unsupported (PR #123810)

2025-01-21 Thread via cfe-commits
https://github.com/hiraditya created https://github.com/llvm/llvm-project/pull/123810 None >From f390323e90a0797c9141bbe0acc4d1ca56f93a4a Mon Sep 17 00:00:00 2001 From: AdityaK Date: Tue, 21 Jan 2025 11:46:01 -0800 Subject: [PATCH] Remove references to MipsAndroid as it is unsupported --- cl