diff options
author | David Truby <david.truby@arm.com> | 2024-04-29 14:16:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-29 14:16:25 +0100 |
commit | 8d5386669ed63548daf1bee415596582d6d78d7d (patch) | |
tree | 7e405681ba42375619d5de69697d9686b1cd55f2 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | de6b2b9dbf9a18e9e160cff60f7eb238909a931c (diff) | |
download | llvm-8d5386669ed63548daf1bee415596582d6d78d7d.zip llvm-8d5386669ed63548daf1bee415596582d6d78d7d.tar.gz llvm-8d5386669ed63548daf1bee415596582d6d78d7d.tar.bz2 |
[flang] Generate main only when a Fortran program statement is present (#89938)
This patch changes the behaviour for flang to only create and link to a
`main` entry point when the Fortran code has a program statement in it.
This means that flang-new can be used to link even when the program is
a mixed C/Fortran code with `main` present in C and no entry point
present in Fortran.
This also removes the `-fno-fortran-main` flag as this no longer has any
functionality.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions