[PATCH] D66800: Some notes in `LLVM_ENABLE_LIBCXX`

Yichen Yan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 06:59:07 PDT 2019


oraluben added a comment.

In D66800#1647021 <https://reviews.llvm.org/D66800#1647021>, @erichkeane wrote:

> I would MUCH prefer that the compiler checker actually use the right library.  Also, this isn't completely correct, MacOS Clang doesn't have libstdc++ available at all, yet works fine.


You are right, it only fails if clang's default STL is not libc++. And I agree that this is not the proper way of resolving the issue.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66800/new/

https://reviews.llvm.org/D66800





More information about the llvm-commits mailing list