This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Move cxx-headers to RUNTIME_DISTRIBUTION_COMPONENTS in Apple-stage2.cmake
ClosedPublic

Authored by ldionne on Aug 23 2022, 10:29 AM.

Details

Summary

We build libcxx using LLVM_ENABLE_RUNTIMES during Stage2, which requires
cxx-headers to be part of LLVM_RUNTIME_DISTRIBUTION_COMPONENTS instead
of LLVM_DISTRIBUTION_COMPONENTS.

rdar://99028431

Diff Detail

Event Timeline

ldionne created this revision.Aug 23 2022, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 10:29 AM
Herald added a subscriber: mgorny. · View Herald Transcript
ldionne requested review of this revision.Aug 23 2022, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 10:29 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
fhahn accepted this revision.Aug 23 2022, 10:44 AM

LGTM, thanks!

This revision is now accepted and ready to land.Aug 23 2022, 10:44 AM