https://github.com/brad0 created 
https://github.com/llvm/llvm-project/pull/199381

6b1f976858eea5a64f058ca48873be834bd79569 enabled omitting
the frame no matter what OS so remove the now redundancy
with having this on the Linux path.

>From c8632997de3bdd92fe24ac2e282f2e9d14741000 Mon Sep 17 00:00:00 2001
From: Brad Smith <[email protected]>
Date: Sat, 23 May 2026 17:58:04 -0400
Subject: [PATCH] [Mips] Remove mips from omitting the frame pointer for Linux

6b1f976858eea5a64f058ca48873be834bd79569 enabled omitting
the frame no matter what OS so remove the now redundancy
with having this on the Linux path.
---
 clang/lib/Driver/ToolChains/CommonArgs.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/clang/lib/Driver/ToolChains/CommonArgs.cpp 
b/clang/lib/Driver/ToolChains/CommonArgs.cpp
index 2ef7c1506e18d..6a0dcfca62c60 100644
--- a/clang/lib/Driver/ToolChains/CommonArgs.cpp
+++ b/clang/lib/Driver/ToolChains/CommonArgs.cpp
@@ -121,10 +121,6 @@ static bool useFramePointerForTargetByDefault(const 
llvm::opt::ArgList &Args,
     case llvm::Triple::armeb:
     case llvm::Triple::thumb:
     case llvm::Triple::thumbeb:
-    case llvm::Triple::mips64:
-    case llvm::Triple::mips64el:
-    case llvm::Triple::mips:
-    case llvm::Triple::mipsel:
     case llvm::Triple::systemz:
     case llvm::Triple::x86:
     case llvm::Triple::x86_64:

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to