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

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 21 02:45:02 PST 2024


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

```suggestion
} // namespace toolchains
```

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


More information about the cfe-commits mailing list