Skip to content

Commit 2ed31c5

Browse files
Fix formatting
1 parent bf8dbd2 commit 2ed31c5

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4701,13 +4701,11 @@ def femit_dwarf_unwind_EQ : Joined<["-"], "femit-dwarf-unwind=">,
47014701
NormalizedValues<["Always", "NoCompactUnwind", "Default"]>,
47024702
NormalizedValuesScope<"llvm::EmitDwarfUnwindType">,
47034703
MarshallingInfoEnum<CodeGenOpts<"EmitDwarfUnwind">, "Default">;
4704-
defm emit_compact_unwind_non_canonical
4705-
: BoolFOption<"emit-compact-unwind-non-canonical",
4706-
CodeGenOpts<"EmitCompactUnwindNonCanonical">, DefaultFalse,
4707-
PosFlag<SetTrue, [], [ClangOption, CC1Option, CC1AsOption],
4708-
"Try emitting Compact-Unwind for non-canonical "
4709-
"entries. Maybe overridden by other constraints">,
4710-
NegFlag<SetFalse>>;
4704+
defm emit_compact_unwind_non_canonical : BoolFOption<"emit-compact-unwind-non-canonical",
4705+
CodeGenOpts<"EmitCompactUnwindNonCanonical">, DefaultFalse,
4706+
PosFlag<SetTrue, [], [ClangOption, CC1Option, CC1AsOption],
4707+
"Try emitting Compact-Unwind for non-canonical entries. Maybe overridden by other constraints">,
4708+
NegFlag<SetFalse>>;
47114709
def g_Flag : Flag<["-"], "g">, Group<g_Group>,
47124710
Visibility<[ClangOption, CLOption, DXCOption, FlangOption]>,
47134711
HelpText<"Generate source-level debug information">;

clang/test/Misc/cc1as-sframe.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
// RUN: llvm-readelf -S %t.o | FileCheck %s
44

55
// CHECK: .sframe
6-
.cfi_startproc
6+
.cfi_startproc
77
call foo
88
.cfi_endproc

0 commit comments

Comments
 (0)