[lit] Use 'target=' in a few more places
authorPaul Robinson <paul.robinson@sony.com>
Mon, 12 Dec 2022 17:58:14 +0000 (09:58 -0800)
committerPaul Robinson <paul.robinson@sony.com>
Mon, 12 Dec 2022 17:58:38 +0000 (09:58 -0800)
Missed these on the first pass.

Part of the project to eliminate special handling for triples in lit
expressions.

clang/test/CodeGen/volatile-1.c
clang/test/Modules/hidden-duplicates.m
clang/test/Modules/override.m

index d27abbf..cd919c7 100644 (file)
@@ -1,4 +1,4 @@
-// XFAIL: aarch64-pc-windows-msvc
+// XFAIL: target=aarch64-pc-windows-msvc
 // RUN: %clang_cc1 -Wno-return-type -Wno-unused-value -emit-llvm %s -w -o - | FileCheck %s
 
 // CHECK: @i = {{(dso_local )?}}global [[INT:i[0-9]+]] 0
index ec9549d..4236545 100644 (file)
@@ -1,4 +1,4 @@
-// XFAIL: aix, -zos
+// XFAIL: target={{.*}}-aix{{.*}}, target={{.*}}-zos{{.*}}
 // RUN: rm -rf %t
 // RUN: split-file %s %t
 // RUN: %clang_cc1 -emit-llvm -o %t/test.bc -I %t/include %t/test.m -verify \
index 247c2be..5725ef1 100644 (file)
@@ -1,4 +1,4 @@
-// UNSUPPORTED: -aix
+// UNSUPPORTED: target={{.*}}-aix{{.*}}
 // RUN: rm -rf %t
 // RUN: split-file %s %t
 // RUN: %clang_cc1 -fsyntax-only -I%t/include %t/test.m \