[flang] [clang] [Flang][Clang] Add support for frame pointers in Flang Driver (PR #72146)

Tom Eccles via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 23 07:46:19 PST 2023


================
@@ -6752,10 +6754,7 @@ def new_struct_path_tbaa : Flag<["-"], "new-struct-path-tbaa">,
 def mdebug_pass : Separate<["-"], "mdebug-pass">,
   HelpText<"Enable additional debug output">,
   MarshallingInfoString<CodeGenOpts<"DebugPass">>;
-def mframe_pointer_EQ : Joined<["-"], "mframe-pointer=">,
-  HelpText<"Specify which frame pointers to retain.">, Values<"all,non-leaf,none">,
-  NormalizedValuesScope<"CodeGenOptions::FramePointerKind">, NormalizedValues<["All", "NonLeaf", "None"]>,
-  MarshallingInfoEnum<CodeGenOpts<"FramePointer">, "None">;
+
----------------
tblah wrote:

nit: did you mean to add this extra line?

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


More information about the cfe-commits mailing list