[clang] [clang][ARM] disable frame pointers by default for bare metal ARM targets (PR #117140)

Ties Stuij via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 21 03:01:41 PST 2024


================
@@ -148,6 +151,9 @@ static bool isARMBareMetal(const llvm::Triple &Triple) {
 
   return true;
 }
+} // namespace clang
----------------
stuij wrote:

thanks! done!

https://github.com/llvm/llvm-project/pull/117140


More information about the cfe-commits mailing list