Skip to content

Commit 5c7cc9a

Browse files
Fix sphinx build
1 parent 27a0ae9 commit 5c7cc9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3008,9 +3008,9 @@ def ftime_trace_EQ : Joined<["-"], "ftime-trace=">, Group<f_Group>,
30083008
HelpText<"Turn on time profiler. Generates JSON file based on output filename. "
30093009
"Specify the path which stores the tracing output file.">,
30103010
DocBrief<[{
3011-
Turn on time profiler. Generates JSON file based on output filename. Results
3012-
can be analyzed with chrome://tracing or `Speedscope App
3013-
<https://www.speedscope.app>`_ for flamegraph visualization.}]>,
3011+
Turn on time profiler. Generates JSON file based on output filename. Results
3012+
can be analyzed with chrome://tracing or `Speedscope App
3013+
<https://www.speedscope.app>`_ for flamegraph visualization.}]>,
30143014
Flags<[CC1Option, CoreOption]>,
30153015
MarshallingInfoString<FrontendOpts<"TimeTracePath">>;
30163016
def fproc_stat_report : Joined<["-"], "fproc-stat-report">, Group<f_Group>,

0 commit comments

Comments
 (0)