Skip to content

Commit

Permalink
Disable autolink_private_module.m for z/OS & AIX
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zibi2 authored and daltenty committed Jan 9, 2024
1 parent ab4af25 commit a85cbe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/test/Modules/autolink_private_module.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Test that autolink hints for frameworks don't use the private module name.
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}

// RUN: rm -rf %t && mkdir %t
// RUN: split-file %s %t

Expand Down

0 comments on commit a85cbe8

Please sign in to comment.