[PATCH] D131808: [clang,flang] Add missing options fsyntax-only in help

Alexander Malkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 13 02:27:50 PDT 2022


alexiprof added a comment.

In D131808#3720910 <https://reviews.llvm.org/D131808#3720910>, @awarzynski wrote:

> Thanks, mostly makes sense! https://github.com/llvm/llvm-project/issues/57033 mentions `-O{n}` as well :) Could you fix that too? More comments inline.
>
> CI is still failing :( Are you able to re-produce that? (I'm traveling atm, so can't check).

@awarzynski thanks for the feedback
Yes, if is valid phrase for flang and clang "Run the preprocessor, parser and type checking stages", I'll put it on.

in `gcc` optimization level displayed:

  -O<number>                  Set optimization level to <number>.

I can add this to the list, but I think it's better to make it a separate patch


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131808/new/

https://reviews.llvm.org/D131808



More information about the cfe-commits mailing list