This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Create the umbrella check-compiler-rt test target in non-standalone builds too
ClosedPublic

Authored by mstorsjo on Apr 5 2023, 11:36 AM.

Details

Summary

I don't see why we can't have this target when built as a project alongside
llvm; especially in such build configs, it's useful to have one single target
for running all tests (in standalone builds, check-all does the same too),

Keep the creation of the check-all target only for standalone builds.

Diff Detail

Event Timeline

mstorsjo created this revision.Apr 5 2023, 11:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 11:36 AM
Herald added subscribers: Enna1, dberris. · View Herald Transcript
mstorsjo requested review of this revision.Apr 5 2023, 11:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 11:36 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Apr 5 2023, 11:58 AM
This revision is now accepted and ready to land.Apr 5 2023, 11:58 AM