This option is required in order to call flang-new from the flang
bash script.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D103613
[flang][driver] Add support for `-module-suffix` ClosedPublic Authored by awarzynski on Jun 3 2021, 6:07 AM.
Details Summary This option is required in order to call flang-new from the flang
Diff Detail
Event Timelineawarzynski added reviewers: tskeith, PeteSteinfeld, arnamoy10, SouraVX, AMDChirag, kiranchandramohan, MatsPetersson.Jun 3 2021, 10:25 AM awarzynski added a child revision: D103177: [flang][driver] Extend the `flang` bash script to act as a driver.Jun 3 2021, 10:58 AM This revision is now accepted and ready to land.Jun 3 2021, 7:42 PM Closed by commit rG20bd2142d465: [flang][driver] Add support for `-module-suffix` (authored by awarzynski). · Explain WhyJun 4 2021, 5:58 AM This revision was automatically updated to reflect the committed changes. awarzynski removed a child revision: D103177: [flang][driver] Extend the `flang` bash script to act as a driver.Jun 14 2021, 8:52 AM
Revision Contents
Diff 349846 clang/include/clang/Driver/Options.td
flang/include/flang/Frontend/CompilerInvocation.h
flang/lib/Frontend/CompilerInvocation.cpp
flang/test/Driver/driver-help.f90
flang/test/Driver/module-suffix.f90
|