Skip to content

Commit 9455245

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7 [skip ci]
1 parent c21b8a7 commit 9455245

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

clang/include/clang/Options/Options.td

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2657,9 +2657,13 @@ defm sanitize_minimal_runtime : BoolOption<"f", "sanitize-minimal-runtime",
26572657
NegFlag<SetFalse>>,
26582658
Group<f_clang_Group>;
26592659
defm sanitize_handler_preserve_all_regs
2660-
: BoolOption<"f", "sanitize-handler-preserve-all-regs",
2661-
CodeGenOpts<"SanitizeHandlerPreserveAllRegs">, DefaultFalse,
2662-
PosFlag<SetTrue>, NegFlag<SetFalse>>,
2660+
: BoolOption<
2661+
"f", "sanitize-handler-preserve-all-regs",
2662+
CodeGenOpts<"SanitizeHandlerPreserveAllRegs">, DefaultFalse,
2663+
PosFlag<SetTrue, [], [],
2664+
"Enable handlers with preserve_all calling convention">,
2665+
NegFlag<SetFalse, [], [],
2666+
"Disable handlers with preserve_all calling convention">>,
26632667
Group<f_clang_Group>;
26642668
def fsanitize_link_runtime : Flag<["-"], "fsanitize-link-runtime">,
26652669
Group<f_clang_Group>;

0 commit comments

Comments
 (0)