mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user