Author: David Tenty Date: 2025-08-22T11:53:05-04:00 New Revision: f9bd1876c96d815c9fdece2a990ed712561250ec
URL: https://github.com/llvm/llvm-project/commit/f9bd1876c96d815c9fdece2a990ed712561250ec DIFF: https://github.com/llvm/llvm-project/commit/f9bd1876c96d815c9fdece2a990ed712561250ec.diff LOG: [clang][DebugInfo] Disable objective-C tests on AIX and z/OS (#154951) These tests don't work due to limitations in backend support, so it's better to mark them uniformly unsupported on AIX and z/OS. Added: clang/test/DebugInfo/ObjC/lit.local.cfg Modified: Removed: ################################################################################ diff --git a/clang/test/DebugInfo/ObjC/lit.local.cfg b/clang/test/DebugInfo/ObjC/lit.local.cfg new file mode 100644 index 0000000000000..b48f68b01581d --- /dev/null +++ b/clang/test/DebugInfo/ObjC/lit.local.cfg @@ -0,0 +1,5 @@ +# objective-C 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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits