This is an archive of the discontinued LLVM Phabricator instance.

[clang] Always execute multi-stage install steps
ClosedPublic

Authored by smeenai on Mar 25 2021, 12:22 AM.

Details

Summary

We want installs to be executed even if binaries haven't changed, e.g.
so that we can install to multiple places. This is consistent with how
non-multi-stage install targets (e.g. the regular install-distribution
target) behave.

Diff Detail

Event Timeline

smeenai created this revision.Mar 25 2021, 12:22 AM
smeenai requested review of this revision.Mar 25 2021, 12:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 25 2021, 12:22 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
phosek accepted this revision.Mar 25 2021, 1:18 AM

LGTM

This revision is now accepted and ready to land.Mar 25 2021, 1:18 AM
This revision was landed with ongoing or failed builds.Mar 25 2021, 11:36 AM
This revision was automatically updated to reflect the committed changes.