[clang] [llvm] Add FramePointerKind::NonLeafNoReserve (PR #163775)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 16 08:07:01 PDT 2025


================
@@ -155,10 +155,13 @@ class CodeGenOptions : public CodeGenOptionsBase {
   std::string BinutilsVersion;
 
   enum class FramePointerKind {
----------------
RKSimon wrote:

Silly question - why is this enum ordered so differently to [llvm/include/llvm/Support/CodeGen.h](https://github.com/llvm/llvm-project/pull/163775/files#diff-2691d3143b4f00d3be8183711b484dfb20df44c07eb859158ada84eed141d61d)?

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


More information about the cfe-commits mailing list