From: Nico Weber Date: Fri, 3 May 2019 17:26:17 +0000 (+0000) Subject: Mark is_trivially_destructible as unsupported with apple-clang-9 X-Git-Tag: llvmorg-10-init~6332 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30649ce09bd5ca5b3430819c3e257aefabf02cb8;p=platform%2Fupstream%2Fllvm.git Mark is_trivially_destructible as unsupported with apple-clang-9 See discussion on https://reviews.llvm.org/D48292 llvm-svn: 359907 --- diff --git a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible.pass.cpp b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible.pass.cpp index 3fc1d83..902f673 100644 --- a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible.pass.cpp +++ b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible.pass.cpp @@ -5,6 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// +// UNSUPPORTED: apple-clang-9 // type_traits