This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Add a dependency on unwind for tests, if LIBCXXABI_USE_LLVM_UNWINDER is set
AbandonedPublic

Authored by mstorsjo on Nov 9 2021, 5:29 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Summary

Normally when LIBCXXABI_USE_LLVM_UNWINDER is set, the cxx target in
itself also depends on unwind, but if only building a static libcxx,
building libcxx doesn't build libunwind.

This is an alternative to D113467.

Diff Detail

Event Timeline

mstorsjo created this revision.Nov 9 2021, 5:29 AM
mstorsjo requested review of this revision.Nov 9 2021, 5:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 9 2021, 5:29 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
mstorsjo abandoned this revision.Nov 9 2021, 7:46 AM

Went with D113467 after all.