This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi][CMake] Set --unwindlib=none when using LLVM libunwind
ClosedPublic

Authored by phosek on Jul 11 2022, 12:58 AM.

Details

Summary

We already link libunwind explicitly so avoid trying to link toolchain's
default libunwind which may be missing. This matches what we already do
for libcxx.

Diff Detail

Event Timeline

phosek created this revision.Jul 11 2022, 12:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2022, 12:58 AM
Herald added a subscriber: mgorny. · View Herald Transcript
phosek requested review of this revision.Jul 11 2022, 12:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2022, 12:58 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
phosek edited the summary of this revision. (Show Details)Jul 11 2022, 12:59 AM
ldionne accepted this revision.Jul 14 2022, 6:53 AM
This revision is now accepted and ready to land.Jul 14 2022, 6:53 AM
This revision was landed with ongoing or failed builds.Jul 14 2022, 11:59 AM
This revision was automatically updated to reflect the committed changes.