forked from OSchip/llvm-project
548549e88a
The following _action_ options are always used with `-fsyntax-only` (also an _action_ option): * -fdebug-dump-symbols * -fdebug-dump-parse-tree This patch makes the above options imply `-fsyntax-only`. From the perspective of `f18` this change saves typing and is otherwise a non-functional change. But it will simplify things in the new driver, `flang-new`, in which only the last action option is taken into account and executed. In other words, the following would only run `-fsyntax-only`: ``` flang-new -fdebug-dump-symbols -fsyntax-only <input> ``` whereas this would only run `-fdebug-dump-symbols`: ``` flang-new -fsyntax-only -fdebug-dump-symbols <input> ``` Differential Revision: https://reviews.llvm.org/D96528 |
||
---|---|---|
.. | ||
folding01.f90 | ||
folding02.f90 | ||
folding03.f90 | ||
folding04.f90 | ||
folding05.f90 | ||
folding06.f90 | ||
folding07.f90 | ||
folding08.f90 | ||
folding09.f90 | ||
folding10.f90 | ||
folding11.f90 | ||
folding12.f90 | ||
folding13.f90 | ||
folding14.f90 | ||
folding15.f90 | ||
folding16.f90 | ||
folding17.f90 | ||
folding18.f90 | ||
folding19.f90 | ||
test_folding.sh |