This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Fix many tests detected as unsupported
ClosedPublic

Authored by jobnoorman on Apr 23 2023, 9:51 AM.

Details

Summary

Since D148847, many tests are detected as being unsupported. This is
caused by BOLT_TARGETS_TO_BUILD being ;-separated whereas the previously
used TARGETS_TO_BUILD is space-separated.

This patch fixes this by creating config.targets lit.cfg.py by splitting
on ';'.

Diff Detail

Event Timeline

jobnoorman created this revision.Apr 23 2023, 9:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 23 2023, 9:51 AM
jobnoorman requested review of this revision.Apr 23 2023, 9:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 23 2023, 9:51 AM
rafauler accepted this revision.Apr 24 2023, 11:01 AM
This revision is now accepted and ready to land.Apr 24 2023, 11:01 AM
This revision was automatically updated to reflect the committed changes.