zibi created this revision. Herald added a project: All. zibi requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
[z/OS] Disable pr59765-modules-global-ctor-dtor.cppm Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D151828 Files: clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm Index: clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm =================================================================== --- clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm +++ 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 // different in different 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
Index: clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm =================================================================== --- clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm +++ 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 // different in different 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