hanchenye-llvm-project/libcxx
Eric Fiselier 1f294fd934 Fix building and testing libc++ with GCC.
The changes in src/exception.cpp and cmake/Modules/HandleLibCXXABI.cmake fix a
bug when building libc++ with GCC. Because GCC does not support __has_include
we need to explicitly tell it that we are building against libc++abi via the
preprocessor definition `LIBCXX_BUILDING_LIBCXXABI`.

The changes in include/ratio are to work around CWG defect
1712 (constexpr variable template declarations). GCC 4.8 and before has not
adopted the resolution to this defect.

The changes in include/exception work around an issue where is_final is used
without it being defined in type_traits.

llvm-svn: 237767
2015-05-20 03:15:01 +00:00
..
cmake Fix building and testing libc++ with GCC. 2015-05-20 03:15:01 +00:00
include Fix building and testing libc++ with GCC. 2015-05-20 03:15:01 +00:00
lib [libcxx] Add code coverage configuration to CMake and LIT. 2015-03-31 04:15:45 +00:00
src Fix building and testing libc++ with GCC. 2015-05-20 03:15:01 +00:00
test Fix race condition in thread test. 2015-05-19 23:41:04 +00:00
utils cleanup comments in sym_check 2015-03-27 06:04:37 +00:00
www Implement LWG2433: uninitialized_copy()/etc. should tolerate overloaded operator& 2015-05-19 15:01:48 +00:00
.arcconfig
.gitignore [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
CMakeLists.txt libcxx: Fix ARM libc++/abi and libunwind buildbot. 2015-05-16 12:44:31 +00:00
CREDITS.TXT Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
LICENSE.TXT Update copyright year to 2015. 2015-03-12 20:13:11 +00:00
Makefile Revert "Fix installheaders target's permissions" 2014-12-16 05:28:07 +00:00