[PATCH] D66800: Some notes in `LLVM_ENABLE_LIBCXX`
Erich Keane via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 08:31:05 PDT 2019
erichkeane added a comment.
In D66800#1647121 <https://reviews.llvm.org/D66800#1647121>, @ldionne wrote:
> If your system only has libc++ available but the compiler shipped with it doesn't work out of the box (i.e. without passing `-stdlib=libc++`), isn't your compiler broken? In other words, it seems to me that your system compiler should always work out of the box without having to pass `-stdlib=XXX` -- do we agree? If so, I think the bug should be reported to whoever vends the compiler on the platform where you encountered this issue.
I agree, and that makes a ton of sense to me. If your compiler doesn't work as shipped, it is an issue with the configuration.
I was finally able to view the bug, and it appears to be an ubuntu 18 docker image, compiling with Clang. I'm not sure how @oraluben managed to configure that system in a way to cause that problem, but I would think this is a configuration 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