You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/ClangCommandLineReference.rst
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1699,9 +1699,14 @@ Emit OpenMP code only for SIMD-based constructs.
1699
1699
1700
1700
.. option:: -foperator-arrow-depth=<arg>
1701
1701
1702
-
.. option:: -foptimization-record-file=<arg>
1702
+
.. option:: -foptimization-record-file=<file>
1703
1703
1704
-
Specify the output name of the file containing the optimization remarks. Implies -fsave-optimization-record. On Darwin platforms, this cannot be used with multiple -arch <arch> options.
1704
+
Implies -fsave-optimization-record. On Darwin platforms, this
1705
+
cannot be used with multiple -arch <arch> options.
1706
+
1707
+
.. option:: -foptimization-record-passes=<regex>
1708
+
1709
+
Only include passes which match a specified regular expression in the generated optimization record (by default, include all passes)
HelpText<"Specify the file name of any generated YAML optimization record">;
1809
+
HelpText<"Specify the output name of the file containing the optimization remarks. Implies -fsave-optimization-record. On Darwin platforms, this cannot be used with multiple -arch <arch> options.">,
0 commit comments