From 7793e676514bc102e97a993e90257e8628069a8b Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Mon, 12 Dec 2022 11:24:02 -0800 Subject: [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 --- clang/test/Modules/ModuleModuleDebugInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Modules/ModuleModuleDebugInfo.cpp') 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 \ -- cgit v1.2.3