[libcxx-commits] [PATCH] D63154: Make GCC in C++03 Unsupported
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 12 10:02:25 PDT 2019
zoecarver added a comment.
A few things:
- Can / should we update lit or the lit config?
- When I run the tests in `gnu++03` mode, I don't get `error "libc++ does not support using GCC with C++03. Please enable C++11"`. Maybe I am doing something wrong, though.
- In all fairness, the reason (most of) the tests fail is not because of g++03 but because they are disabled for c++03 and not gnu++03.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63154/new/
https://reviews.llvm.org/D63154
More information about the libcxx-commits
mailing list