[PATCH] D99645: [flang][driver] Add debug options not requiring semantic checks

Kiran Chandramohan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 6 11:20:38 PDT 2021


kiranchandramohan added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:4378
   HelpText<"Run the InputOuputTest action. Use for development and testing only.">;
+def fdebug_unparse_no_sema : Flag<["-"], "fdebug-unparse-no-sema">, Group<Action_Group>,
+  HelpText<"Unparse and stop (skips the semantic checks)">;
----------------
Does this flag actually mean, parse and construct the parse-tree and unparse and stop?

While the current name is OK now, when the rest of the pipeline (codegen, linking etc) is there will it be an issue?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99645



More information about the cfe-commits mailing list