summaryrefslogtreecommitdiff
path: root/clang/test/Modules/ModuleModuleDebugInfo.cpp
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2022-12-12 11:24:02 -0800
committerPaul Robinson <paul.robinson@sony.com>2022-12-12 11:25:19 -0800
commit7793e676514bc102e97a993e90257e8628069a8b (patch)
tree4630b233ce23527b14a97b17317d3560da5f0f95 /clang/test/Modules/ModuleModuleDebugInfo.cpp
parentee56d88b02cb9b0185cdc1f477bffe18f1aa1c30 (diff)
[ZOS] Convert tests to check 'target={{.*}}-zos{{.*}}'
Also add 'system-zos' as a lit feature and use it where needed. Part of the project to eliminate special handling for triples in lit expressions. Differential Revision: https://reviews.llvm.org/D139444
Diffstat (limited to 'clang/test/Modules/ModuleModuleDebugInfo.cpp')
-rw-r--r--clang/test/Modules/ModuleModuleDebugInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/ModuleModuleDebugInfo.cpp b/clang/test/Modules/ModuleModuleDebugInfo.cpp
index b03427e356cd..61449643937a 100644
--- a/clang/test/Modules/ModuleModuleDebugInfo.cpp
+++ b/clang/test/Modules/ModuleModuleDebugInfo.cpp
@@ -1,4 +1,4 @@
-// UNSUPPORTED: -zos, target={{.*}}-aix{{.*}}
+// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
// RUN: rm -rf %t
// RUN: %clang_cc1 -x objective-c++ -std=c++11 -debug-info-kind=standalone \