forked from OSchip/llvm-project
parent
712f0887f6
commit
9dc81a4d0d
|
@ -402,7 +402,7 @@ void Clang::AddPreprocessingOptions(Compilation &C, const JobAction &JA,
|
|||
{options::OPT_D, options::OPT_U, options::OPT_I_Group,
|
||||
options::OPT_F, options::OPT_index_header_map});
|
||||
|
||||
// Add -Wp, and -Xassembler if using the preprocessor.
|
||||
// Add -Wp, and -Xpreprocessor if using the preprocessor.
|
||||
|
||||
// FIXME: There is a very unfortunate problem here, some troubled
|
||||
// souls abuse -Wp, to pass preprocessor options in gcc syntax. To
|
||||
|
|
Loading…
Reference in New Issue