Skip to content

Commit 1ff1bca

Browse files
committed
[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
1 parent ba94b8b commit 1ff1bca

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

clang/test/Modules/ModuleDebugInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: -zos, -aix
12
// Test that (the same) debug info is emitted for an Objective-C++
23
// module and a C++ precompiled header.
34

clang/test/Modules/ModuleDebugInfo.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: -zos, -aix
12
// Test that debug info is emitted for an Objective-C module and
23
// a precompiled header.
34

clang/test/Modules/clang_module_file_info.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
// UNSUPPORTED: -zos, -aix
22
@import DependsOnModule;
33

44
// RUN: rm -rf %t %t-obj

clang/test/Modules/debug-info-moduleimport-in-module.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: -zos, -aix
12
// Test that an @import inside a module is not represented in the debug info.
23

34
// REQUIRES: asserts

clang/test/Modules/module-debuginfo-prefix.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: -zos, -aix
12
// REQUIRES: asserts
23

34
// Modules:

llvm/test/DebugInfo/X86/objc_direct.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; UNSUPPORTED: -zos, -aix
12
; RUN: llc < %s -filetype=obj -o %t
23
; RUN: llvm-dwarfdump -v %t | FileCheck %s
34

0 commit comments

Comments
 (0)