@@ -5392,13 +5392,13 @@ def regcall4 : Flag<["-"], "regcall4">, Group<m_Group>,
5392
5392
MarshallingInfoFlag<LangOpts<"RegCall4">>;
5393
5393
def save_temps_EQ : Joined<["-", "--"], "save-temps=">, Flags<[NoXarchOption]>,
5394
5394
Visibility<[ClangOption, CC1Option, FlangOption, FC1Option]>,
5395
- HelpText<"Save intermediate compilation results. <arg> can be set to cwd for "
5396
- "current working directory, or obj which will save temporary files in the "
5395
+ HelpText<"Save intermediate compilation results. <arg> can be set to ' cwd' for "
5396
+ "current working directory, or ' obj' which will save temporary files in the "
5397
5397
"same directory as the final output file">;
5398
5398
def save_temps : Flag<["-", "--"], "save-temps">, Flags<[NoXarchOption]>,
5399
5399
Visibility<[ClangOption, FlangOption, FC1Option]>,
5400
5400
Alias<save_temps_EQ>, AliasArgs<["cwd"]>,
5401
- HelpText<"Save intermediate compilation results ">;
5401
+ HelpText<"Alias for --save-temps=cwd ">;
5402
5402
def save_stats_EQ : Joined<["-", "--"], "save-stats=">, Flags<[NoXarchOption]>,
5403
5403
HelpText<"Save llvm statistics.">;
5404
5404
def save_stats : Flag<["-", "--"], "save-stats">, Flags<[NoXarchOption]>,
0 commit comments