[all-commits] [llvm/llvm-project] af6537: [flang] Fix test ctofortran (#73738)
Pete Steinfeld via All-commits
all-commits at lists.llvm.org
Wed Nov 29 04:12:59 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af65379e383bac651f0868237e9086630b15ee0d
https://github.com/llvm/llvm-project/commit/af65379e383bac651f0868237e9086630b15ee0d
Author: Pete Steinfeld <47540744+psteinfeld at users.noreply.github.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M flang/test/Driver/ctofortran.f90
Log Message:
-----------
[flang] Fix test ctofortran (#73738)
After merge request #73124, the flang test Driver/ctofortran started
failing because both the C and the Fortran code had main programs. This
update fixes that by eliminating the C main program in the test.
More information about the All-commits
mailing list