forked from OSchip/llvm-project
[libc++] Fix the build for AppleClang.
Forgot to add some parts of D93593, this should disable the tests on Apple. Seems Louis was right ;-)
This commit is contained in:
parent
55b75d8363
commit
84dbcdd5ff
|
@ -6,6 +6,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// UNSUPPORTED: libcpp-no-concepts
|
||||
// UNSUPPORTED: no-exceptions
|
||||
|
||||
// This test requires the dylib support introduced in D92214.
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// UNSUPPORTED: libcpp-no-concepts
|
||||
// UNSUPPORTED: no-exceptions
|
||||
|
||||
// This test requires the dylib support introduced in D92214.
|
||||
|
|
Loading…
Reference in New Issue