[PATCH] D45639: [Driver] Support default libc++ library location on Darwin

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 25 11:44:03 PDT 2018


thakis added a comment.

> because the headers that are part of Clang toolchain are incompatible with the system library

Do you have details on this? This isn't supposed to be the case as far as I know. We link chrome/mac against system libc++ with the bundled headers, and it at least seems to work fine (and, from what I understand, is supposed to work as well).


Repository:
  rC Clang

https://reviews.llvm.org/D45639





More information about the cfe-commits mailing list