From: LLVM Packaging Team Date: Sun, 16 Dec 2018 12:07:54 +0000 (+0000) Subject: D54339-hurd-libcxx-threads-detection X-Git-Tag: archive/raspbian/1%7.0.1-1+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9c3adffd88af7c8c0c236bdb8953ac28c8a71c44;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 [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: 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__) || \