This revision was automatically updated to reflect the committed changes. Closed by commit rGd4f0f171d7f8: [z/OS] Disable pr59765-modules-global-ctor-dtor.cppm on z/OS to make it… (authored by zibi).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D151828/new/ 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