llvm-project/flang/test/Frontend
Andrzej Warzynski d81f633fe2 [flang][driver] Add -Xflang and make -test-io a frontend-only flang
This patch adds support for `-Xflang` in `flang-new`. The semantics are
identical to `-Xclang`.

With the addition of `-Xflang`, we can modify `-test-io` to be a
compiler-frontend only flag. This makes more sense, this flag is:
  * very frontend specific
  * to be used for development and testing only
  * not to be exposed to the end user
Originally we added it to the compiler driver, `flang-new`, in order to
facilitate testing. With `-Xflang` this is no longer needed. Tests are
updated accordingly.

Differential Revision: https://reviews.llvm.org/D96864
2021-02-22 10:11:43 +00:00
..
Inputs [flang][driver] Make the driver report diagnostics from the prescanner 2021-01-21 15:06:32 +00:00
input-output-file.f90 [flang][driver] Add -Xflang and make -test-io a frontend-only flang 2021-02-22 10:11:43 +00:00
multiple-input-files.f90 [flang][driver] Add -Xflang and make -test-io a frontend-only flang 2021-02-22 10:11:43 +00:00
prescanner-diag.f90 [flang] Add -fsyntax-only to f18; retain -fparse-only synonym 2021-02-03 09:01:39 -08:00
print-preprocess-C-file.f90 [Flang][Driver] Add PrintPreprocessedInput FrontendAction (`flang-new -E`) 2020-11-02 14:03:35 +00:00
print-preprocessed-file.f90 [flang][driver] Fix formatting in a test (nfc) 2020-12-22 13:38:13 +00:00