llvm-project/libcxx/test/utilities/memory
Jonathan Roelofs b3fcc67f8f Allow libc++ to be built on systems without POSIX threads
If you're crazy enough to want this sort of thing, then add
-D_LIBCPP_HAS_NO_THREADS to your CXXFLAGS and
--param=additiona_features=libcpp-has-no-threads to your lit commnad line.

http://reviews.llvm.org/D3969

llvm-svn: 217271
2014-09-05 19:45:05 +00:00
..
allocator.tag license change 2010-11-16 22:09:02 +00:00
allocator.traits LWG Issue 2162: mark allocator_traits::maxsize as noexcept 2013-08-27 20:22:15 +00:00
allocator.uses license change 2010-11-16 22:09:02 +00:00
c.malloc license change 2010-11-16 22:09:02 +00:00
default.allocator Final bit for LWG #2263; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way. 2014-03-11 04:32:12 +00:00
pointer.traits Fix assignments that should be comparisons x3 2014-08-23 07:55:29 +00:00
ptr.align license change 2010-11-16 22:09:02 +00:00
specialized.algorithms addressof misbehaving for type with an implicit conversion operator to char&. This fixes http://llvm.org/bugs/show_bug.cgi?id=15754 2013-04-16 17:27:56 +00:00
storage.iterator license change 2010-11-16 22:09:02 +00:00
temporary.buffer license change 2010-11-16 22:09:02 +00:00
unique.ptr test: Make it possible to opt in to use_clang_verify per test 2014-09-03 06:01:52 +00:00
util.dynamic.safety license change 2010-11-16 22:09:02 +00:00
util.smartptr Allow libc++ to be built on systems without POSIX threads 2014-09-05 19:45:05 +00:00
version.pass.cpp license change 2010-11-16 22:09:02 +00:00