diff options
author | Howard Hinnant <hhinnant@apple.com> | 2012-08-02 18:17:49 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2012-08-02 18:17:49 +0000 |
commit | d3673eb4e1716bd727e4bae276bc2798afe3c7c0 (patch) | |
tree | 888f01a37ec78a5790cefddd633a1757650d5eb9 /libcxx/www | |
parent | fffad897f20a68913e4fbbfd1f86ce8fc1a16d62 (diff) | |
download | bcm5719-llvm-d3673eb4e1716bd727e4bae276bc2798afe3c7c0.tar.gz bcm5719-llvm-d3673eb4e1716bd727e4bae276bc2798afe3c7c0.zip |
Andrew Morrow: The attached patch is an attempt to implement
std::thread::hardware_concurrency for platforms that don't offer
sysctl, but do provide a POSIX sysconf and _SC_NPROCESSORS_ONLN.
llvm-svn: 161190
Diffstat (limited to 'libcxx/www')
-rw-r--r-- | libcxx/www/results.Linux.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libcxx/www/results.Linux.html b/libcxx/www/results.Linux.html index ddecb0a0401..9161dce9d52 100644 --- a/libcxx/www/results.Linux.html +++ b/libcxx/www/results.Linux.html @@ -113,13 +113,6 @@ strings/ c.strings/ cuchar.pass.cpp: Can't find cuchar header version_cuchar.pass.cpp: idem. -thread/ - thread.threads/ - thread.thread.class/ - thread.thread.static/ - hardware_concurrency.pass.cpp: Fails due to - std::hardware_concurrency unimplemented for non-BSD - systems. Patch in progress. utilities/ memory/ unique.ptr/ |