This is an archive of the discontinued LLVM Phabricator instance.

[Flang] Fix failing plugin tests
ClosedPublic

Authored by awarzynski on Sep 29 2021, 12:30 AM.

Details

Summary

Adds missing items in the list the REQUIRERS list. These tests were
originally added in https://reviews.llvm.org/D109890 and are currently
causing some buildbots to fail.

Diff Detail

Event Timeline

awarzynski created this revision.Sep 29 2021, 12:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2021, 12:30 AM
awarzynski requested review of this revision.Sep 29 2021, 12:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2021, 12:30 AM
clementval accepted this revision.Sep 29 2021, 1:14 AM
clementval added a subscriber: clementval.

Solve the problem on my side.

This revision is now accepted and ready to land.Sep 29 2021, 1:14 AM
ijan1 accepted this revision.Sep 29 2021, 1:26 AM
ijan1 added a subscriber: ijan1.

LGTM. Thanks for the fix.

This revision was automatically updated to reflect the committed changes.

Merged.

Note that there was a missing dependency in flang/test/CMakeLists.txt too. I took the liberty of adding that before pushing this change into main. It's an obvious oversight that you would only notice with FLANG_BUILD_EXAMPLES set to On. I hope that that's OK and apologies for the disruption.