mcgrathr added a comment.
When targetting Darwin we should really not be even compiling libc++/libc++abi
and certainly should not have anything else compiling against their headers
since at runtime the system libraries will be used and so things better compile
against the system headers that ma
phosek created this revision.
phosek added reviewers: mcgrathr, jakehehrlich.
Herald added subscribers: cfe-commits, mgorny.
Herald added a reviewer: EricWF.
Building libc++ with static ABI library on Darwin is not currently supported.
Repository:
rC Clang
https://reviews.llvm.org/D44724
Fil