This is an archive of the discontinued LLVM Phabricator instance.

[flang][driver] Partial revert of https://reviews.llvm.org/D157837
ClosedPublic

Authored by awarzynski on Aug 18 2023, 8:42 AM.

Details

Summary

This is a partial revert of https://reviews.llvm.org/D157837 - it turns
out that the LLVM test suite needs to be updated first not to use any of
the unsupported Flang options:

Sample errors:

flang-new: error: unknown argument: '-fbounds-check'
flang-new: error: unknown argument: '-fcheck=all'
flang-new: error: unknown argument: '-fcheck-array-temporaries'

Once the test suite is updated, we can restore the reverted setting.

Broken bot:

Diff Detail

Event Timeline

awarzynski created this revision.Aug 18 2023, 8:42 AM
Herald added a project: Restricted Project. · View Herald Transcript
awarzynski requested review of this revision.Aug 18 2023, 8:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2023, 8:43 AM
This revision is now accepted and ready to land.Aug 18 2023, 8:44 AM
This revision was landed with ongoing or failed builds.Aug 18 2023, 8:52 AM
This revision was automatically updated to reflect the committed changes.