[PATCH] D66800: Some notes in `LLVM_ENABLE_LIBCXX`
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 08:22:16 PDT 2019
ldionne added a comment.
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.
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