hanchenye-llvm-project/libcxx/src
Asiri Rathnayake f520c1445f Make it possible to build a no-exceptions variant of libcxx.
Fixes a small omission in libcxx that prevents libcxx being built when
-DLIBCXX_ENABLE_EXCEPTIONS=0 is specified.

This patch adds XFAILS to all those tests that are currently failing
on the new -fno-exceptions library variant. Follow-up patches will
update the tests (progressively) to cope with the new library variant.

Change-Id: I4b801bd8d8e4fe7193df9e55f39f1f393a8ba81a
llvm-svn: 252598
2015-11-10 11:41:22 +00:00
..
include Add placeholder __libcpp_relaxed_store() for when atomic builtins are not available. 2015-09-22 18:55:37 +00:00
support Move atomic_support.h and config_elast.h into src/include 2015-08-18 21:08:54 +00:00
algorithm.cpp Allow libc++ to be built on systems without POSIX threads 2014-09-05 19:45:05 +00:00
any.cpp Remove commented out TODOs. They defined unneeded methods. 2015-08-19 03:48:08 +00:00
bind.cpp
chrono.cpp When building libc++, we use '"' as a delimiter instead of '<' when including libc++ header files. This is so that the dylib gets built with our headers; rather than the system-installed ones. We do this in most places already, just fixing a couple of inconsistent uses. 2015-06-23 14:45:02 +00:00
condition_variable.cpp Allow libc++ to be built on systems without POSIX threads 2014-09-05 19:45:05 +00:00
debug.cpp Fix use after free and calls to operator comma in debug mode 2015-03-19 03:20:02 +00:00
exception.cpp Remove a long-standing __has_include hack. 2015-10-16 11:14:30 +00:00
future.cpp Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
hash.cpp
ios.cpp [libcxx] Allow use of <atomic> in C++03. Try 3. 2015-08-19 17:21:46 +00:00
iostream.cpp Make the presence of stdin and stdout optional. 2015-03-26 14:35:46 +00:00
locale.cpp Add initial support for the MUSL C library. 2015-11-09 10:21:04 +00:00
memory.cpp [libcxx] Allow use of <atomic> in C++03. Try 3. 2015-08-19 17:21:46 +00:00
mutex.cpp Move atomic_support.h and config_elast.h into src/include 2015-08-18 21:08:54 +00:00
new.cpp Remove a long-standing __has_include hack. 2015-10-16 11:14:30 +00:00
optional.cpp Add all the relational operators to std::experimental::optional. Also update bad_optional_access to match the Library Fundamentals draft standard. This is not all of the upcoming changes to optional, though. 2014-12-09 14:49:17 +00:00
random.cpp Add support for arc4random() to random_device. 2015-03-10 07:46:06 +00:00
regex.cpp Base regex code on char_class_type. 2014-07-29 19:23:39 +00:00
shared_mutex.cpp Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480 2015-06-30 14:04:14 +00:00
stdexcept.cpp Fix an unfortunate yet old typo that never got attention before r250507. 2015-10-16 11:26:26 +00:00
string.cpp Print log/error messages on stderr, not stdout 2015-03-10 07:57:43 +00:00
strstream.cpp
system_error.cpp Move atomic_support.h and config_elast.h into src/include 2015-08-18 21:08:54 +00:00
thread.cpp Don't include <sys/sysctl.h> on CloudABI. 2015-03-10 08:01:10 +00:00
typeinfo.cpp Remove a long-standing __has_include hack. 2015-10-16 11:14:30 +00:00
utility.cpp
valarray.cpp Revert "Turn off extern templates for most uses." 2014-08-15 17:58:56 +00:00