File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/Driver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2544,14 +2544,14 @@ def fno_sanitize_annotate_debug_info_EQ
25442544 HelpText<"Do not allow compiler to annotate sanitizer instrumentation "
25452545 "with extra debug info for the specified sanitizers">;
25462546def fsanitize_annotate_debug_info
2547- : Flag<["-"], "fsanitize-annotate_debug_info ">,
2547+ : Flag<["-"], "fsanitize-annotate-debug-info ">,
25482548 Group<f_clang_Group>,
25492549 Alias<fsanitize_annotate_debug_info_EQ>,
25502550 AliasArgs<["all"]>,
25512551 HelpText<"Allow compiler to annotate sanitizer instrumentation with "
25522552 "extra debug info for all sanitizers, where supported">;
25532553def fno_sanitize_annotate_debug_info
2554- : Flag<["-"], "fno-sanitize-annotate_debug_info ">,
2554+ : Flag<["-"], "fno-sanitize-annotate-debug-info ">,
25552555 Group<f_clang_Group>,
25562556 Alias<fno_sanitize_annotate_debug_info_EQ>,
25572557 AliasArgs<["all"]>,
You can’t perform that action at this time.
0 commit comments