Skip to content

Commit 1b8e39a

Browse files
authored
[clang][modules] Objective-C test lacks support on AIX/zOS (llvm#77485)
To fix error: `fatal error: error in backend: Objective-C support is unimplemented for object file format` Same rationale as 22f01cd.
1 parent 03a0bfa commit 1b8e39a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/Modules/autolink_private_module.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
2+
13
// Test that autolink hints for frameworks don't use the private module name.
24
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
35

0 commit comments

Comments
 (0)