This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Add cmake cache file for BUILD_EXTERNAL_THREAD_LIBRARY
AbandonedPublic

Authored by Nicu on Aug 26 2020, 1:51 AM.

Details

Reviewers
ldionne
miyuki
Group Reviewers
Restricted Project
Summary

[libcxx] Add cmake cache file for BUILD_EXTERNAL_THREAD_LIBRARY

Add a new cmake cache file for automatically providing the configuration
to build libcxx with -DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY.

Diff Detail

Event Timeline

Nicu created this revision.Aug 26 2020, 1:51 AM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald TranscriptAug 26 2020, 1:51 AM
Nicu requested review of this revision.Aug 26 2020, 1:51 AM
Nicu abandoned this revision.Sep 1 2020, 8:22 AM

@ldionne I'm closing this revision, as changes have been included in revision https://reviews.llvm.org/D86704 as you requested.