[clang] Remove references to mips within Android (PR #123856)

2025-01-22 Thread via cfe-commits
https://github.com/hiraditya closed https://github.com/llvm/llvm-project/pull/123856 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Remove references to mips within Android (PR #123856)

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

[clang] Remove references to mips within Android (PR #123856)

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

[clang] Remove references to mips within Android (PR #123856)

2025-01-21 Thread via cfe-commits
https://github.com/hiraditya created https://github.com/llvm/llvm-project/pull/123856 None >From 2a117892d87eb272d2d4b6ae9b81ee480d4f555e Mon Sep 17 00:00:00 2001 From: AdityaK Date: Tue, 21 Jan 2025 16:15:21 -0800 Subject: [PATCH] Remove references to mips within Android --- clang/lib/Drive