We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08be6fe commit 2aaaf27Copy full SHA for 2aaaf27
libcxx/test/libcxx/vendor/apple/disable-availability.sh.cpp
@@ -8,6 +8,10 @@
8
9
// REQUIRES: stdlib=apple-libc++
10
11
+// This test is dependent on the code generated by the compiler, and it doesn't
12
+// work properly with older AppleClangs.
13
+// UNSUPPORTED: apple-clang-15
14
+
15
// This test ensures that we retain a way to disable availability markup on Apple platforms
16
// in order to work around Clang bug https://github.com/llvm/llvm-project/issues/134151.
17
//
0 commit comments