This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Enable static libcxxabi linking on Darwin
AbandonedPublic

Authored by phosek on Mar 19 2018, 8:57 PM.

Details

Summary

This seems to be working without any problems.

Diff Detail

Repository
rCXX libc++

Event Timeline

phosek created this revision.Mar 19 2018, 8:57 PM

I would imagine there was a reason this configuration was unsupported on macOS – perhaps something to do with libc++/libc++abi being the default system libraries on that platform?

libcxx/CMakeLists.txt
330

You should get rid of this comment.

phosek updated this revision to Diff 139163.Mar 20 2018, 11:06 AM
phosek marked an inline comment as done.

I want to get Duncan's input on this. I don't think that this is a supported configuration for macOS.

jfb added a reviewer: ldionne.Aug 8 2018, 1:24 PM
jfb added a subscriber: jfb.Aug 8 2018, 1:29 PM

Were the concerns expressed in D8017 addressed?

phosek abandoned this revision.Mar 29 2019, 12:30 PM

This was already implemented in D59513.