[libcxx-commits] [libcxx] [SystemZ][z/OS][libcxx] mark aligned allocation tests UNSUPPORTED on z/OS (PR #80735)
Abhina Sree via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 12 11:00:28 PST 2024
================
@@ -9,6 +9,10 @@
// UNSUPPORTED: no-exceptions
// UNSUPPORTED: sanitizer-new-delete
+// Libc++ when built for z/OS doesn't contain the aligned allocation functions,
+// nor does the dynamic library shipped with z/OS.
+// UNSUPPORTED: target={{.+}}-zos{{.*}}
----------------
abhina-sree wrote:
Sounds good! I've made the changes to this PR and created and assigned a PR to you to fix the other 44 here https://github.com/llvm/llvm-project/pull/81513
https://github.com/llvm/llvm-project/pull/80735
More information about the libcxx-commits
mailing list