This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Link static libunwind and libc++abi into libc++ in Fuchsia toolchain
ClosedPublic

Authored by phosek on Jul 20 2018, 5:51 PM.

Details

Summary

When building libc++ for Fuchsia, we want to distribute shared libc++,
libc++abi and libunwind as separate libraries, but for static versions
we would like to link all of them into libc++ so -lc++ flag has the same
effect whether shared or static library is being used.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Jul 20 2018, 5:51 PM
This revision is now accepted and ready to land.Jul 23 2018, 5:14 PM
phosek updated this revision to Diff 157182.Jul 24 2018, 6:43 PM
This revision was automatically updated to reflect the committed changes.