This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Make it possible to test static builds of libc++ on OSX
AbandonedPublic

Authored by rmaprath on Aug 23 2016, 5:20 AM.

Details

Summary

Being used to doing static builds and being a complete noob to OSX, this really confused me.

Currently if you build libc++ (in-tree) like so:

-DLIBCXX_ENABLE_SHARED=OFF -DLIBCXXABI_ENABLE_SHARED=OFF -DLIBUNWIND_ENABLE_SHARED=OFF

The libc++ test runs will fail due to missing symbols corresponding to libc++abi. This patch should fix it.

Diff Detail

Event Timeline

rmaprath updated this revision to Diff 68971.Aug 23 2016, 5:20 AM
rmaprath retitled this revision from to [libcxx] Make it possible to test static builds of libc++ on OSX.
rmaprath updated this object.
rmaprath added reviewers: EricWF, mclow.lists.
rmaprath added a subscriber: cfe-commits.
EricWF edited edge metadata.Mar 27 2017, 10:05 PM

Is this still needed?

rmaprath abandoned this revision.Apr 24 2017, 12:34 PM

Looks like I'm the only one interested in this - abandoning.