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