[clang] Always execute multi-stage install steps
authorShoaib Meenai <smeenai@fb.com>
Thu, 25 Mar 2021 07:16:47 +0000 (00:16 -0700)
committerShoaib Meenai <smeenai@fb.com>
Thu, 25 Mar 2021 18:36:00 +0000 (11:36 -0700)
commit0135bc996d82ff68677820c421b4d666590e4f31
tree6772755872edf14e5254c9a4a58dd2d5aa71e04f
parent61a55c8812e790842799ba1de5bd81fe8afb3b16
[clang] Always execute multi-stage install steps

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.

Reviewed By: phosek

Differential Revision: https://reviews.llvm.org/D99321
clang/CMakeLists.txt