This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Make bootstrap and compiler-rt depend on cxx-headers.
ClosedPublic

Authored by ab on Jun 27 2018, 9:00 PM.

Details

Summary

Since r334468, my understanding is, we no longer always copy the libcxx headers by virtue of their presence when cmake runs.

This is an attempt to make some of the later stages (compiler-rt, and the bootstrapped stages) depend on them being copied, via the cxx-headers target.

Diff Detail

Repository
rL LLVM

Event Timeline

ab created this revision.Jun 27 2018, 9:00 PM
phosek accepted this revision.Jun 28 2018, 1:59 AM

LGTM

This revision is now accepted and ready to land.Jun 28 2018, 1:59 AM
This revision was automatically updated to reflect the committed changes.