llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: David Tenty (daltenty)

<details>
<summary>Changes</summary>

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.

---
Full diff: https://github.com/llvm/llvm-project/pull/154951.diff


1 Files Affected:

- (added) clang/test/DebugInfo/ObjC/lit.local.cfg (+5) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/154951
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to