[PATCH] D23796: [libcxx] Make it possible to test static builds of libc++ on OSX

2017-04-24 Thread Asiri Rathnayake via Phabricator via cfe-commits
rmaprath abandoned this revision. rmaprath added a comment. Looks like I'm the only one interested in this - abandoning. https://reviews.llvm.org/D23796 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/li

[PATCH] D23796: [libcxx] Make it possible to test static builds of libc++ on OSX

2017-03-27 Thread Eric Fiselier via Phabricator via cfe-commits
EricWF added a comment. Is this still needed? https://reviews.llvm.org/D23796 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D23796: [libcxx] Make it possible to test static builds of libc++ on OSX

2016-08-23 Thread Asiri Rathnayake via cfe-commits
rmaprath created this revision. rmaprath added reviewers: EricWF, mclow.lists. rmaprath added a subscriber: cfe-commits. 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