commit | 8d86b2e6867297fb2109824c67c50de67f3a31f2 | [log] [tgz] |
---|---|---|
author | Jonathan Roelofs <jonathan@codesourcery.com> | Fri Sep 05 19:45:05 2014 +0000 |
committer | Jonathan Roelofs <jonathan@codesourcery.com> | Fri Sep 05 19:45:05 2014 +0000 |
tree | 2176efd32556641409f7d1f4d2fd7a400c1cf405 | |
parent | d634a2c4047a5d7cfdf255c58b574a9addd4d494 [diff] [blame] |
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 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@217271 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/thread/futures/version.pass.cpp b/test/thread/futures/version.pass.cpp index 5ac4e0f..6730a14 100644 --- a/test/thread/futures/version.pass.cpp +++ b/test/thread/futures/version.pass.cpp
@@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// UNSUPPORTED: libcpp-has-no-threads // <future>