This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Fix statically linking in libcxxabi if built separately
ClosedPublic

Authored by mstorsjo on Apr 9 2019, 2:41 AM.

Details

Summary

In this case, CMake doesn't know about the c++abi target within the same CMake run.

This reverts this aspect back to how it was before SVN r357811.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Apr 9 2019, 2:41 AM
ldionne accepted this revision.Apr 9 2019, 5:23 AM
This revision is now accepted and ready to land.Apr 9 2019, 5:23 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 9 2019, 7:30 AM