Author: Zibi Sarbinowski Date: 2023-06-01T08:44:30-05:00 New Revision: d4f0f171d7f890abe913023e4439018fd74aa175
URL: https://github.com/llvm/llvm-project/commit/d4f0f171d7f890abe913023e4439018fd74aa175 DIFF: https://github.com/llvm/llvm-project/commit/d4f0f171d7f890abe913023e4439018fd74aa175.diff LOG: [z/OS] Disable pr59765-modules-global-ctor-dtor.cppm on z/OS to make it unsupported. [z/OS] Disable pr59765-modules-global-ctor-dtor.cppm Reviewed By: SeanP Differential Revision: https://reviews.llvm.org/D151828 Added: Modified: clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm Removed: ################################################################################ diff --git a/clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm b/clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm index 1a9384bf0bc9a..9956348f87ff4 100644 --- a/clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm +++ b/clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm @@ -1,9 +1,9 @@ // https://github.com/llvm/llvm-project/issues/59765 // FIXME: Since the signature of the constructors/destructors is // diff erent in diff erent targets. The current CHECK can't work -// well when targeting or running on AIX. +// well when targeting or running on AIX and z/OS. // It would be better to add the corresponding test for other test. -// UNSUPPORTED: system-aix +// UNSUPPORTED: system-zos, system-aix // // RUN: rm -rf %t // RUN: mkdir %t _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits