[libcxx-commits] [libcxx] [RFC][libc++] Fixes valarray proxy type operations. (PR #76528)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 21 07:50:56 PST 2024
================
@@ -0,0 +1,49 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// REQUIRES: has-unix-headers
+// UNSUPPORTED: c++03
+// UNSUPPORTED: libcpp-hardening-mode=none
+// XFAIL: availability-verbose_abort-missing
----------------
mordante wrote:
@var-const after rebasing this test started to unexpectedly pass today on [Apple back-deployment with hardening enabled](https://buildkite.com/llvm-project/libcxx-ci/builds/33077#_) is that an issue in this test or an issue in main?
https://github.com/llvm/llvm-project/pull/76528
More information about the libcxx-commits
mailing list