This is an archive of the discontinued LLVM Phabricator instance.

[flang][nfc] Remove `flang-new-driver` from LIT
ClosedPublic

Authored by awarzynski on Aug 12 2021, 12:20 PM.

Details

Summary

After merging https://reviews.llvm.org/D105811, flang-new-driver is no
longer required.

Diff Detail

Event Timeline

awarzynski requested review of this revision.Aug 12 2021, 12:20 PM
awarzynski created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2021, 12:20 PM
awarzynski added a project: Restricted Project.

LGTM. One comment/question inline.

flang/test/Driver/plugin-example.f90
5

Nit: Is there a hyphen at the beginning of the line? Is it required?

This revision is now accepted and ready to land.Aug 12 2021, 1:25 PM
awarzynski added inline comments.Aug 13 2021, 1:02 AM
flang/test/Driver/plugin-example.f90
5

Copy & paste error. Thanks for pointing this out, I'll fix it before merging.

This revision was automatically updated to reflect the committed changes.