llvm-capstone/flang/lib
Arnamoy Bhattacharyya ab971c29a5 [flang][driver] Add options for -fdefault* and -flarge-sizes
Add support for the following Fortran dialect options:
  - -default*
  - -flarge-sizes

It also adds two test cases:
  # For checking whether `flang-new` is passing options correctly to `flang-new -fc1`.
  # For checking if `fdefault-` arguments are processed properly.

Also moves the Dialect related option parsing to a dedicated function
and adds a member `defaultKinds()` to `CompilerInvocation`

Depends on: D96032

Differential Revision: https://reviews.llvm.org/D96344
2021-03-04 13:29:07 +00:00
..
Common
Decimal
Evaluate [flang] Detect circularly defined interfaces of procedures 2021-03-02 10:53:44 -08:00
Frontend [flang][driver] Add options for -fdefault* and -flarge-sizes 2021-03-04 13:29:07 +00:00
FrontendTool [flang][driver] Add debug measure-parse-tree and pre-fir-tree options 2021-02-19 11:27:54 +00:00
Lower [flang][fir] Add remaining Ops. Updates to pre-existing Ops. 2021-02-26 17:21:35 -08:00
Optimizer [mlir] make implementations of translation to LLVM IR interfaces private 2021-03-04 09:16:32 +01:00
Parser [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
Semantics [flang] Prohibit MODULE procedures in the global scope 2021-03-03 11:50:50 -08:00
CMakeLists.txt [flang] Remove LINK_WITH_FIR cmake switch 2021-02-11 22:52:13 +05:30