This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Track TSan's dependency on C++ headers
ClosedPublic

Authored by phosek on Oct 6 2020, 11:41 AM.

Details

Summary

TSan relies on C++ headers, so when libc++ is being built as part of
the runtimes build, include an explicit dependency on cxx-headers which
is the same approach that's already used for other sanitizers.

Diff Detail

Event Timeline

phosek created this revision.Oct 6 2020, 11:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2020, 11:41 AM
Herald added subscribers: Restricted Project, mgorny. · View Herald Transcript
phosek requested review of this revision.Oct 6 2020, 11:41 AM
leonardchan accepted this revision.Oct 6 2020, 11:59 AM
This revision is now accepted and ready to land.Oct 6 2020, 11:59 AM
This revision was automatically updated to reflect the committed changes.