Skip to content

Commit 64e4d03

Browse files
committed
[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'
Part of the project to eliminate special handling for triples in lit expressions. Differential Revision: https://reviews.llvm.org/D137437
1 parent 5336b1e commit 64e4d03

File tree

67 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+67
-67
lines changed

clang/test/ASTMerge/codegen-body/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: powerpc64-ibm-aix
1+
// UNSUPPORTED: target=powerpc64-ibm-aix{{.*}}
22
// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/body1.c
33
// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/body2.c
44
// RUN: %clang_cc1 -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast %s

clang/test/Analysis/cfref_PR2519.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.RetainCount,alpha.core -verify %s
33
// expected-no-diagnostics
44

clang/test/ClangScanDeps/modules-full-by-mod-name.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: powerpc64-ibm-aix
1+
// UNSUPPORTED: target=powerpc64-ibm-aix{{.*}}
22
// RUN: rm -rf %t.dir
33
// RUN: rm -rf %t.cdb
44
// RUN: mkdir -p %t.dir

clang/test/ClangScanDeps/modules-no-undeclared-includes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Unsupported on AIX because we don't support the requisite "__clangast"
22
// section in XCOFF yet.
3-
// UNSUPPORTED: aix
3+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
44

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

clang/test/ClangScanDeps/modules-pch-common-submodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Unsupported on AIX because we don't support the requisite "__clangast"
22
// section in XCOFF yet.
3-
// UNSUPPORTED: aix
3+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
44

55
// Check that when depending on a precompiled module, we depend on the
66
// **top-level** module. Submodules don't have some information present (for

clang/test/ClangScanDeps/modules-pch-common-via-submodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Unsupported on AIX because we don't support the requisite "__clangast"
22
// section in XCOFF yet.
3-
// UNSUPPORTED: aix
3+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
44

55
// Check that we discover dependency on a precompiled module when it's imported
66
// by a **submodule** instead of a top-level module.

clang/test/ClangScanDeps/modules-pch-dangling.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Unsupported on AIX because we don't support the requisite "__clangast"
22
// section in XCOFF yet.
3-
// UNSUPPORTED: aix
3+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
44

55
// This test checks that the dependency scanner can handle larger amount of
66
// explicitly built modules retrieved from the PCH.

clang/test/ClangScanDeps/modules-pch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Unsupported on AIX because we don't support the requisite "__clangast"
22
// section in XCOFF yet.
3-
// UNSUPPORTED: aix
3+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
44

55
// RUN: rm -rf %t && mkdir %t
66
// RUN: cp %S/Inputs/modules-pch/* %t

clang/test/ClangScanDeps/modules-symlink.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: split-file %s %t
33
// Unsupported on AIX because we don't support the requisite "__clangast"
44
// section in XCOFF yet.
5-
// UNSUPPORTED: system-windows, aix
5+
// UNSUPPORTED: system-windows, target={{.*}}-aix{{.*}}
66

77
//--- cdb_pch.json
88
[

clang/test/ClangScanDeps/resource_directory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: powerpc64-ibm-aix
1+
// UNSUPPORTED: target=powerpc64-ibm-aix{{.*}}
22
// REQUIRES: shell
33

44
// RUN: rm -rf %t && mkdir %t

clang/test/CodeGen/cfstring2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: %clang_cc1 -emit-llvm %s -o %t
33

44
typedef const struct __CFString * CFStringRef;

clang/test/CodeGen/thinlto-backend-option.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; scenario independent of any particular backend options that may exist now or
77
; in the future.
88

9-
; XFAIL: aix
9+
; XFAIL: target={{.*}}-aix{{.*}}
1010

1111
; RUN: %clang -flto=thin -c -o %t.o %s
1212
; RUN: llvm-lto -thinlto -o %t %t.o

clang/test/CodeGen/thinlto-emit-llvm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: aix
1+
// XFAIL: target={{.*}}-aix{{.*}}
22

33
// Test to ensure -emit-llvm and -emit-llvm-bc work when invoking the
44
// ThinLTO backend path.

clang/test/Driver/clang-offload-bundler-asserts-on.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: x86-registered-target
22
// REQUIRES: asserts
3-
// UNSUPPORTED: darwin, aix
3+
// UNSUPPORTED: darwin, target={{.*}}-aix{{.*}}
44

55
// Generate the file we can bundle.
66
// RUN: %clang -O0 -target %itanium_abi_triple %s -c -o %t.o

clang/test/Driver/clang-offload-bundler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: x86-registered-target
22
// REQUIRES: powerpc-registered-target
3-
// UNSUPPORTED: darwin, aix
3+
// UNSUPPORTED: darwin, target={{.*}}-aix{{.*}}
44

55
//
66
// Generate all the types of files we can bundle.

clang/test/Driver/experimental-library-flag.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// XFAIL: target={{.*-windows.*}}, target={{.*-(ps4|ps5)}}
44

55
// For some reason, this fails with a core dump on AIX. This needs to be investigated.
6-
// UNSUPPORTED: aix
6+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
77

88
// RUN: %clangxx -fexperimental-library -stdlib=libc++ -### %s 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-LIBCXX %s
99
// RUN: %clangxx -fexperimental-library -stdlib=libstdc++ -### %s 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-LIBSTDCXX %s

clang/test/Driver/fat-archive-unbundle-ext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: x86-registered-target
2-
// UNSUPPORTED: target={{.*-windows.*}}, darwin, aix
2+
// UNSUPPORTED: target={{.*-windows.*}}, darwin, target={{.*}}-aix{{.*}}
33

44
// Generate dummy fat object
55
// RUN: %clang -O0 -target %itanium_abi_triple %s -c -o %t.host.o

clang/test/Driver/hip-version.hip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: x86-registered-target
22
// REQUIRES: amdgpu-registered-target
3-
// UNSUPPORTED: aix
3+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
44

55
// RUN: %clang -v --rocm-path=%S/Inputs/rocm 2>&1 \
66
// RUN: | FileCheck -check-prefixes=FOUND %s

clang/test/Driver/thinlto_backend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: aix
1+
// XFAIL: target={{.*}}-aix{{.*}}
22

33
// RUN: %clang -O2 %s -flto=thin -c -o %t.o
44
// RUN: llvm-lto -thinlto -o %t %t.o

clang/test/Import/forward-declared-objc-class/test.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: clang-import-test -x objective-c++ -import %S/Inputs/S1.m --import %S/Inputs/S2.m --import %S/Inputs/S3.m -expression %s
33
void expr() {
44
MyClass *c = [MyClass fromInteger:3];

clang/test/Import/objc-arc/test-cleanup-object.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: clang-import-test -x objective-c -objc-arc -import %S/Inputs/cleanup-objects.m -dump-ast -expression %s | FileCheck %s
33

44
// CHECK: FunctionDecl {{.*}} getObj '

clang/test/Import/objc-autoreleasepool/test.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: clang-import-test -dump-ast -x objective-c++ -import %S/Inputs/F.m -expression %s | FileCheck %s
33

44
// CHECK: ObjCAutoreleasePoolStmt

clang/test/Import/objc-definitions-in-expression/test.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: clang-import-test -x objective-c++ -import %S/Inputs/S.m -expression %s
33
@class D;
44

clang/test/Import/objc-method/test.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: clang-import-test -x objective-c++ -import %S/Inputs/S.m -expression %s
33
void expr() {
44
C *c;

clang/test/Import/objc-param-decl/test.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: clang-import-test -dump-ast -x objective-c++ -import %S/Inputs/S.m -expression %s | FileCheck %s
33

44
// CHECK: ObjCTypeParamDecl

clang/test/Import/objc-try-catch/test.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: clang-import-test -x objective-c++ -Xcc -fobjc-exceptions -dump-ast -import %S/Inputs/F.m -expression %s | FileCheck %s
33

44
// FIXME: Seems that Objective-C try/catch crash codegen on Windows. Reenable once this is fixed.

clang/test/Integration/thinlto_profile_sample_accurate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: aix
1+
// XFAIL: target={{.*}}-aix{{.*}}
22

33
// Test to ensure -emit-llvm profile-sample-accurate is honored in ThinLTO.
44
// RUN: %clang -O2 %s -flto=thin -fprofile-sample-accurate -c -o %t.o

clang/test/Modules/DebugInfoNamespace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: %clang_cc1 -x objective-c++ -std=c++11 -debug-info-kind=standalone \
44
// RUN: -dwarf-ext-refs -fmodules \

clang/test/Modules/DebugInfoSubmoduleImport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: -aix
1+
// XFAIL: target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: %clang_cc1 -fmodules -fmodule-format=obj -debug-info-kind=limited -dwarf-ext-refs \
44
// RUN: -fimplicit-module-maps -x c -fmodules-cache-path=%t -I %S/Inputs \

clang/test/Modules/DebugInfoTransitiveImport.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: %clang_cc1 -fmodules -fmodule-format=obj -debug-info-kind=limited -dwarf-ext-refs \
44
// RUN: -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs \

clang/test/Modules/ExtDebugInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// Test that only forward declarations are emitted for types defined in modules.
44

clang/test/Modules/ExtDebugInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// Test that only forward declarations are emitted for types defined in modules.
44

clang/test/Modules/ModuleDebugInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// Test that (the same) debug info is emitted for an Objective-C++
33
// module and a C++ precompiled header.
44

clang/test/Modules/ModuleDebugInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// Test that debug info is emitted for an Objective-C module and
33
// a precompiled header.
44

clang/test/Modules/ModuleDebugInfoDwoId.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// Tests that dwoIds in modules match the dwoIDs in the main file.
33

44
// REQUIRES: asserts

clang/test/Modules/ModuleModuleDebugInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33

44
// RUN: %clang_cc1 -x objective-c++ -std=c++11 -debug-info-kind=standalone \

clang/test/Modules/autolink.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: %clang_cc1 -emit-pch -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -o %t.pch -I %S/Inputs -x objective-c-header %S/Inputs/autolink-sub3.pch
44
// RUN: %clang_cc1 -emit-llvm -o - -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -I %S/Inputs -include-pch %t.pch %s | FileCheck %s

clang/test/Modules/autolinkTBD.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: %clang_cc1 -emit-llvm -o - -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s | FileCheck %s
44
// RUN: %clang_cc1 -emit-llvm -fno-autolink -o - -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s | FileCheck --check-prefix=CHECK-AUTOLINK-DISABLED %s

clang/test/Modules/builtins.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs %s -verify
44
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs -x c %s -verify

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-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
@import DependsOnModule;
33

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

clang/test/Modules/cxx-irgen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c++ -std=c++11 -fmodules-cache-path=%t -I %S/Inputs -triple %itanium_abi_triple -disable-llvm-passes -emit-llvm -o - %s | FileCheck %s
44
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c++ -std=c++11 -fmodules-cache-path=%t -I %S/Inputs -triple %itanium_abi_triple -disable-llvm-passes -emit-llvm -debug-info-kind=limited -o - %s | FileCheck %s

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// Test that an @import inside a module is not represented in the debug info.
33

44
// REQUIRES: asserts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: %clang_cc1 -debug-info-kind=limited -fmodules \
44
// RUN: -DGREETING="Hello World" -UNDEBUG \

clang/test/Modules/direct-module-import.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: %clang_cc1 -no-opaque-pointers -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -include Module/Module.h %s -emit-llvm -o - | FileCheck %s
44

clang/test/Modules/merge-anon-record-definition-in-objc.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: split-file %s %t
44
// RUN: %clang_cc1 -fsyntax-only -F%t/Frameworks %t/test.m -Wno-objc-property-implementation -Wno-incomplete-implementation \

clang/test/Modules/merge-extension-ivars.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: split-file %s %t
44
// RUN: %clang_cc1 -emit-llvm -o %t/test-compatible-extensions.ll -fobjc-runtime=macosx-10.9 -F%t/Frameworks %t/test-compatible-extensions.m \

clang/test/Modules/merge-objc-interface-visibility.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/modules.cache
55
// RUN: %clang_cc1 -emit-llvm -o %t/test.bc -F%t/Frameworks %t/test.m -DHIDDEN_FIRST=0 \
66
// RUN: -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/modules.cache
7-
// UNSUPPORTED: -zos, -aix
7+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
88

99
// Test a case when Objective-C interface is imported both as hidden and as visible.
1010

clang/test/Modules/merge-objc-interface.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: split-file %s %t
44
// RUN: %clang_cc1 -emit-llvm -o %t/test.bc -F%t/Frameworks %t/test.m \

clang/test/Modules/merge-objc-protocol-visibility.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -aix
1+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: split-file %s %t
44
// RUN: %clang_cc1 -emit-llvm -o %t/test.bc -F%t/Frameworks %t/test.m -Werror=objc-method-access -DHIDDEN_FIRST=1 \

clang/test/Modules/merge-record-definition-nonmodular.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: mkdir %t
44
// RUN: %clang_cc1 -emit-llvm -o %t/test.bc -F%S/Inputs/merge-record-definition %s \

clang/test/Modules/merge-record-definition-visibility.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: mkdir %t
44
// RUN: %clang_cc1 -emit-llvm -o %t/test.bc -F%S/Inputs/merge-record-definition %s \

clang/test/Modules/merge-record-definition.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: mkdir %t
44
// RUN: %clang_cc1 -emit-llvm -o %t/test.bc -F%S/Inputs/merge-record-definition %s \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// REQUIRES: asserts
33

44
// Modules:

clang/test/Modules/module-file-home-is-cwd.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: cd %S
33
// RUN: %clang_cc1 -x objective-c -fmodules -fno-implicit-modules \
44
// RUN: -fmodule-file-home-is-cwd -fmodule-name=libA -emit-module \

clang/test/Modules/module_file_info.m

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

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

clang/test/Modules/objc-initializer.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: %clang_cc1 -no-opaque-pointers -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/objc-initializer %s -emit-llvm -o - -fobjc-arc | FileCheck %s
44
// RUN: %clang_cc1 -no-opaque-pointers -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/objc-initializer %s -emit-llvm -o - -fobjc-arc -DIMPORT_TOP | FileCheck %s

clang/test/Modules/pch-used.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: mkdir %t
44
// RUN: %clang_cc1 -x objective-c-header -emit-pch %S/Inputs/pch-used.h -o %t/pch-used.h.pch -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -O0 -isystem %S/Inputs/System/usr/include

clang/test/Modules/redecl-ivars.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: split-file %s %t
44
// RUN: %clang_cc1 -fsyntax-only -fobjc-runtime=macosx-10.9 -verify -I%t/include %t/test-mismatch-in-extension.m

clang/test/Modules/use-exportas-for-link.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// RUN: rm -rf %t
33
// RUN: %clang_cc1 -emit-llvm -o - -fmodules-cache-path=%t -DA -fmodules -fimplicit-module-maps -F %S/Inputs/exportas-link %s | FileCheck --check-prefix=CHECK_A %s
44
// CHECK_A: !llvm.linker.options = !{![[MODULE:[0-9]+]]}

clang/test/PCH/debug-info-pch-path.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Unsupported on AIX because we don't support the requisite "__clangast"
22
// section in XCOFF yet.
3-
// UNSUPPORTED: aix
3+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
44

55
// RUN: rm -rf %t
66
// RUN: mkdir %t

clang/test/PCH/externally-retained.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -zos, -aix
1+
// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
22
// Test for assertion failure due to objc_externally_retained on a function.
33

44
// Without PCH

0 commit comments

Comments
 (0)