llvm-capstone/flang/lib/Frontend
Andrzej Warzynski eefda605fe [flang][driver] Add support for -fget-symbols-sources
Adds support for `-fget-symbols-sources` in the new Flang driver. All
relevant tests are updated to use the new driver when
`FLANG_BUILD_NEW_DRIVER` is set.

`RUN` lines in tests are updated so `-fsyntax-only`
comes before `-fget-symbols-sources`. That's because:
  * both `-fsyntax-only` and `-fget-symbols-sources` are
    action flags, and
  * the new driver, flang-new, will only consider the right-most
    action flag.
In other words, this change is needed so that the tests work with both
`f18` (requires both flags) and `flang-new` (only considers the last
action flag).

Differential Revision: https://reviews.llvm.org/D98191
2021-03-18 14:13:24 +00:00
..
CMakeLists.txt [flang][driver] Add debug measure-parse-tree and pre-fir-tree options 2021-02-19 11:27:54 +00:00
CompilerInstance.cpp [flang][driver] Add extension options and -finput-charset 2021-02-16 11:27:06 +00:00
CompilerInvocation.cpp [flang][driver] Add support for -fget-symbols-sources 2021-03-18 14:13:24 +00:00
FrontendAction.cpp [flang][driver] Add PrescanAction frontend action (nfc) 2021-02-04 14:23:33 +00:00
FrontendActions.cpp [flang][driver] Add support for -fget-symbols-sources 2021-03-18 14:13:24 +00:00
FrontendOptions.cpp [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
TextDiagnostic.cpp [flang] Introduce DiagnosticConsumer classes in libflangFrontend 2020-10-05 17:46:44 +01:00
TextDiagnosticBuffer.cpp [flang] Introduce DiagnosticConsumer classes in libflangFrontend 2020-10-05 17:46:44 +01:00
TextDiagnosticPrinter.cpp [flang] Introduce DiagnosticConsumer classes in libflangFrontend 2020-10-05 17:46:44 +01:00