Skip to content

Conversation

daltenty
Copy link
Member

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.

@daltenty daltenty requested a review from kkwli August 22, 2025 13:53
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Aug 22, 2025
@llvmbot
Copy link
Member

llvmbot commented Aug 22, 2025

@llvm/pr-subscribers-clang

Author: David Tenty (daltenty)

Changes

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

Copy link
Collaborator

@kkwli kkwli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG. Thanks

@daltenty daltenty merged commit f9bd187 into llvm:main Aug 22, 2025
11 checks passed
@daltenty daltenty deleted the daltenty/objc-aix branch August 22, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants