llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Mark Danial (madanial0) <details> <summary>Changes</summary> These tests not supported on AIX and z/OS, disable them to get the clang-ppc64-aix green --- Full diff: https://github.com/llvm/llvm-project/pull/164765.diff 1 Files Affected: - (added) clang/test/DebugInfo/ObjCXX/lit.local.cfg (+5) ``````````diff diff --git a/clang/test/DebugInfo/ObjCXX/lit.local.cfg b/clang/test/DebugInfo/ObjCXX/lit.local.cfg new file mode 100644 index 0000000000000..8d5c476a2f682 --- /dev/null +++ b/clang/test/DebugInfo/ObjCXX/lit.local.cfg @@ -0,0 +1,5 @@ +# objective-CXX is not supported on AIX and zOS +unsupported_platforms = [ "system-aix", "system-zos" ] + +if any(up in config.available_features for up in unsupported_platforms): + config.unsupported = True `````````` </details> https://github.com/llvm/llvm-project/pull/164765 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
