[PATCH] D44724: [Fuchsia] Avoid using static ABI library with libc++ on Darwin

Roland McGrath via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 20 19:32:03 PDT 2018


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 match.
Do these settings accomplish that?


Repository:
  rC Clang

https://reviews.llvm.org/D44724





More information about the cfe-commits mailing list