[PATCH] D125788: [flang][driver] Rename `flang-new` as `flang`

Valentin Clement via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 30 02:46:18 PDT 2022


clementval requested changes to this revision.
clementval added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang/lib/Driver/ToolChain.cpp:185
       {"flang", "--driver-mode=flang"},
+      {"flang-new", "--driver-mode=flang"},
       {"clang-dxc", "--driver-mode=dxc"},
----------------
This is counter intuitive. We rename flang-new but we add flang-new here. It should be configurable. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125788/new/

https://reviews.llvm.org/D125788



More information about the cfe-commits mailing list