[AIX][ZOS] Disable tests due to lack of Objective-C support

AIX and z/OS lack Objective-C support, so mark these tests as unsupported for AIX and z/OS.

This patch follows the same reasoning as D109060.

Reviewed By: jsji

Differential Revision: https://reviews.llvm.org/D112390
This commit is contained in:
Jake Egan 2021-10-25 23:32:02 -04:00
parent ba94b8bdff
commit 1ff1bcab97
6 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,4 @@
// UNSUPPORTED: -zos, -aix
// Test that (the same) debug info is emitted for an Objective-C++
// module and a C++ precompiled header.

View File

@ -1,3 +1,4 @@
// UNSUPPORTED: -zos, -aix
// Test that debug info is emitted for an Objective-C module and
// a precompiled header.

View File

@ -1,4 +1,4 @@
// UNSUPPORTED: -zos, -aix
@import DependsOnModule;
// RUN: rm -rf %t %t-obj

View File

@ -1,3 +1,4 @@
// UNSUPPORTED: -zos, -aix
// Test that an @import inside a module is not represented in the debug info.
// REQUIRES: asserts

View File

@ -1,3 +1,4 @@
// UNSUPPORTED: -zos, -aix
// REQUIRES: asserts
// Modules:

View File

@ -1,3 +1,4 @@
; UNSUPPORTED: -zos, -aix
; RUN: llc < %s -filetype=obj -o %t
; RUN: llvm-dwarfdump -v %t | FileCheck %s