[PATCH] D96884: [flang][driver] Add more -fdebug options

Faris Rehman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 19 02:25:22 PST 2021


FarisRehman updated this revision to Diff 324926.
FarisRehman added a comment.

Remove -fdebug-parsing-log

Remove `-fdebug-parsing-log` from this patch as it requires additional work that can be implemented in a separate patch.
Also address review comments by @awarzynski


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96884

Files:
  clang/include/clang/Driver/Options.td
  flang/include/flang/Frontend/FrontendActions.h
  flang/include/flang/Frontend/FrontendOptions.h
  flang/lib/Frontend/CMakeLists.txt
  flang/lib/Frontend/CompilerInvocation.cpp
  flang/lib/Frontend/FrontendActions.cpp
  flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  flang/test/Flang-Driver/debug-measure-parse-tree.f90
  flang/test/Flang-Driver/driver-help.f90
  flang/test/Lower/pre-fir-tree01.f90
  flang/test/Lower/pre-fir-tree02.f90
  flang/test/Lower/pre-fir-tree03.f90
  flang/test/Lower/pre-fir-tree05.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96884.324926.patch
Type: text/x-patch
Size: 11180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210219/d39b4d0e/attachment.bin>


More information about the cfe-commits mailing list