[PATCH] D102849: [flang][driver] Add support for the "-init-only" option

2021-06-07 Thread Andrzej Warzynski via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGe1da3297d253: [flang][driver] Add support for the "-init-only" option (authored by stuartellis, committed by awarzynski). Changed prior to commit:

[PATCH] D102849: [flang][driver] Add support for the "-init-only" option

2021-06-02 Thread Stuart Ellis via Phabricator via cfe-commits
stuartellis updated this revision to Diff 349307. stuartellis added a comment. Address review comments Renaming InitializationOnly to InitOnly Add missing line in init-only.f90 Updating commit message with init-only/test-io comparison Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACT

[PATCH] D102849: [flang][driver] Add support for the "-init-only" option

2021-06-01 Thread Andrzej Warzynski via Phabricator via cfe-commits
awarzynski added a comment. Hi @stuartellis , Thank you for preparing this! This looks good to me, but I would appreciate a comment somewhere (e.g. in the commit message) comparing `-init-only` and `-test-io`. Essentially, both options are for testing purposes only. IMHO, we should only requir

[PATCH] D102849: [flang][driver] Add support for the "-init-only" option

2021-06-01 Thread Chirag Khandelwal via Phabricator via cfe-commits
AMDChirag added a comment. LGTM. I'll let someone else take a look too. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102849/new/ https://reviews.llvm.org/D102849 ___ cfe-commits mailing list cfe-commits

[PATCH] D102849: [flang][driver] Add support for the "-init-only" option

2021-05-20 Thread Stuart Ellis via Phabricator via cfe-commits
stuartellis created this revision. Herald added a reviewer: sscalpone. Herald added a subscriber: dang. Herald added a reviewer: awarzynski. stuartellis requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Adding the -init-only option and corres