From: LLVM Packaging Team Date: Fri, 18 Sep 2020 09:47:25 +0000 (+0100) Subject: D54339-hurd-libcxx-threads-detection X-Git-Tag: archive/raspbian/1%7.0.1-8+rpi3+deb10u2^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=971503ca71f6fb92e6bb0f693f0388ca57724e93;p=llvm-toolchain-7.git D54339-hurd-libcxx-threads-detection r347347 | ldionne | 2018-11-20 22:14:05 +0100 (mar. 20 nov. 2018) | 6 lignes r347347 | ldionne | 2018-11-20 22:14:05 +0100 (mar. 20 nov. 2018) | 6 lignes [libcxx] Fix threads detection on GNU/Hurd GNU/Hurd provides standard Posix threads Reviewed as https://reviews.llvm.org/D54339. Thanks to Samuel Thibault for the patch. Gbp-Pq: Topic hurd Gbp-Pq: Name D54339-hurd-libcxx-threads-detection.diff --- diff --git a/libcxx/include/__config b/libcxx/include/__config index 738d891e3..6982213d5 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -1110,6 +1110,7 @@ _LIBCPP_FUNC_VIS extern "C" void __sanitizer_annotate_contiguous_container( defined(__Fuchsia__) || \ defined(__NetBSD__) || \ defined(__linux__) || \ + defined(__GNU__) || \ defined(__APPLE__) || \ defined(__CloudABI__) || \ defined(__sun__) || \