This is an archive of the discontinued LLVM Phabricator instance.

[flang] Run pic-flags.f90 test in more places
ClosedPublic

Authored by DavidSpickett on Aug 18 2023, 2:48 AM.

Details

Summary

83a06997c69a17def2f58fd556c094b8f1060b89 broke this test but
we only saw the failure on a subset of the flang bots because
it requires 3 target backends, and most of ours only enable AArch64.

Use %if to run as much of the test as we can with the targets
we have.

Diff Detail

Event Timeline

DavidSpickett created this revision.Aug 18 2023, 2:48 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
DavidSpickett requested review of this revision.Aug 18 2023, 2:48 AM
awarzynski accepted this revision.Aug 18 2023, 7:02 AM

Thank you, LGTM!

This revision is now accepted and ready to land.Aug 18 2023, 7:02 AM

Rebase, check that CI is happy now.

This revision was automatically updated to reflect the committed changes.