[clang] [llvm] Add FramePointerKind::NonLeafNoReserve (PR #163775)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 17 03:51:18 PDT 2025
================
@@ -155,10 +155,13 @@ class CodeGenOptions : public CodeGenOptionsBase {
std::string BinutilsVersion;
enum class FramePointerKind {
----------------
RKSimon wrote:
I've no strong objection to keeping it as it is but it would make sense to match the llvm implementation (assuming that's the one hardwired by metadata) - but I assume that can be done as a followup PR. Thanks for checking
https://github.com/llvm/llvm-project/pull/163775
More information about the llvm-commits
mailing list