[clang] [sframe] Add assembler option --gsframe (PR #165322)

Tarun Prabhu via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 28 17:15:28 PDT 2025


================
@@ -4701,11 +4701,13 @@ def femit_dwarf_unwind_EQ : Joined<["-"], "femit-dwarf-unwind=">,
   NormalizedValues<["Always", "NoCompactUnwind", "Default"]>,
   NormalizedValuesScope<"llvm::EmitDwarfUnwindType">,
   MarshallingInfoEnum<CodeGenOpts<"EmitDwarfUnwind">, "Default">;
-defm emit_compact_unwind_non_canonical : BoolFOption<"emit-compact-unwind-non-canonical",
----------------
tarunprabhu wrote:

Is there a reason that this has been reformatted?

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


More information about the cfe-commits mailing list