This is an archive of the discontinued LLVM Phabricator instance.

Allow setting LLVM_EXPERIMENTAL_TARGETS_TO_BUILD to "all"
ClosedPublic

Authored by arichardson on Nov 21 2022, 6:46 AM.

Details

Summary

When set to "all" we will now build all experimental targets. This matches
the behaviour for LLVM_TARGETS_TO_BUILD.

Diff Detail

Event Timeline

arichardson created this revision.Nov 21 2022, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 21 2022, 6:46 AM
arichardson requested review of this revision.Nov 21 2022, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 21 2022, 6:46 AM
beanz accepted this revision.Jun 27 2023, 11:19 AM

LGTM

This revision is now accepted and ready to land.Jun 27 2023, 11:19 AM
foad added a subscriber: foad.Jul 4 2023, 1:45 AM

@arichardson thank you for doing this!

Thanks, always wanted to do this, but never had time.