Skip to content

Commit a85cbe8

Browse files
zibi2daltenty
authored andcommitted
Disable autolink_private_module.m for z/OS & AIX
This change disables it on z/OS and AIX since it fails on both platforms with: fatal error: error in backend: Objective-C support is unimplemented for object file format
1 parent ab4af25 commit a85cbe8

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,4 +1,6 @@
11
// Test that autolink hints for frameworks don't use the private module name.
2+
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
3+
24
// RUN: rm -rf %t && mkdir %t
35
// RUN: split-file %s %t
46

0 commit comments

Comments
 (0)