This is an archive of the discontinued LLVM Phabricator instance.

[XRay] Set an explicit dependency on libc++ when needed
ClosedPublic

Authored by phosek on Jun 12 2018, 6:43 PM.

Details

Summary

When XRay is being built as part of the just built compiler together
with libc++ as part of the runtimes build, we need an explicit
dependency from XRay to libc++ to make sure that the library is
available by the time we start building XRay.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Jun 12 2018, 6:43 PM
Herald added subscribers: Restricted Project, llvm-commits, mgorny. · View Herald Transcript
dberris accepted this revision.Jun 12 2018, 7:56 PM

LGTM -- thanks!

This revision is now accepted and ready to land.Jun 12 2018, 7:56 PM
This revision was automatically updated to reflect the committed changes.