[PATCH] D105811: [flang][driver] Delete `f18` (i.e. the old Flang driver)

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 12 06:20:03 PDT 2021


awarzynski created this revision.
Herald added a subscriber: mgorny.
Herald added a reviewer: sscalpone.
awarzynski requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

This patch removes `f18`, a.k.a. the old driver. It is being replaced
with the new driver, `flang-new`, which has reached feature parity with
`f18` a while ago. This was discussed in [1] and also in [2].

With this change, `FLANG_BUILD_NEW_DRIVER` is no longer needed is deleted
as well. This means that we are making the dependency on Clang permanent
(i.e. it cannot be disabled with a CMake flag).

LIT set-up is updated accordingly. All references to `f18` or `f18.cpp`
are either updated or removed.

[1] https://lists.llvm.org/pipermail/flang-dev/2021-June/000742.html
[2] https://reviews.llvm.org/D103177


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105811

Files:
  flang/CMakeLists.txt
  flang/docs/ImplementingASemanticCheck.md
  flang/docs/Overview.md
  flang/include/flang/Frontend/CompilerInvocation.h
  flang/include/flang/Frontend/FrontendOptions.h
  flang/lib/CMakeLists.txt
  flang/lib/Frontend/CompilerInvocation.cpp
  flang/test/CMakeLists.txt
  flang/test/Driver/help-f18.f90
  flang/test/lit.cfg.py
  flang/test/lit.site.cfg.py.in
  flang/tools/CMakeLists.txt
  flang/tools/f18/CMakeLists.txt
  flang/tools/f18/f18.cpp
  flang/tools/f18/flang
  flang/tools/f18/flang.in
  flang/unittests/CMakeLists.txt
  llvm/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105811.357920.patch
Type: text/x-patch
Size: 49875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210712/09c25ee9/attachment-0001.bin>


More information about the llvm-commits mailing list