llvm-project/libcxx
Martin Storsjö cfec0a3e9e [libcxx] [test] Fix testing on windows with c++experimental enabled
The straightforward `AddLinkFlag('-lc++experimental')` approach doesn't
work on e.g. MSVC. For linking to libc++ itself, a more convoluted logic
is used (see configure_link_flags_cxx_library).

Differential Revision: https://reviews.llvm.org/D99177
2021-04-22 10:26:00 +03:00
..
benchmarks [libc++] Include <__config_site> from <__config> 2021-03-30 14:06:11 -07:00
cmake [libc++] Divorce the std Lit feature from the -std=XXX compiler flag 2021-04-12 11:55:39 -04:00
docs [libc++][doc] Improve Phabricator links. 2021-04-21 20:12:03 +02:00
include [libcxx][iterator] adds `std::indirectly_readable` and `std::indirectly_writable` 2021-04-21 17:14:28 +00:00
lib [libc++] Implement format_error. 2021-01-28 18:02:53 +01:00
src [libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/g 2021-04-21 12:49:07 -04:00
test [libcxx][iterator] adds `std::indirectly_readable` and `std::indirectly_writable` 2021-04-21 17:14:28 +00:00
utils [libcxx] [test] Fix testing on windows with c++experimental enabled 2021-04-22 10:26:00 +03:00
www [libcxx] [docs] Update docs about how to build for Windows 2021-03-15 17:30:26 +02:00
.clang-format [libcxx][NFC] removes IndentRequires from .clang-format 2021-04-15 19:28:45 +00:00
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt [libcxx] Stop using use c++ subdirectory for libc++ library 2021-04-21 15:39:03 -07:00
CREDITS.TXT [libcxx] Adds [concept.same] 2020-04-08 18:00:13 -04:00
LICENSE.TXT
TODO.TXT [libc++][NFC] Remove outdated TODO item 2020-07-08 13:04:33 -04:00
appveyor-reqs-install.cmd
appveyor.yml