Skip to content

Commit b7ada67

Browse files
committed
[lit] Use 'target=' in a few more places
Missed these on the first pass. Part of the project to eliminate special handling for triples in lit expressions.
1 parent d3ebce9 commit b7ada67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clang/test/CodeGen/volatile-1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: aarch64-pc-windows-msvc
1+
// XFAIL: target=aarch64-pc-windows-msvc
22
// RUN: %clang_cc1 -Wno-return-type -Wno-unused-value -emit-llvm %s -w -o - | FileCheck %s
33

44
// CHECK: @i = {{(dso_local )?}}global [[INT:i[0-9]+]] 0

clang/test/Modules/hidden-duplicates.m

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

clang/test/Modules/override.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 -fsyntax-only -I%t/include %t/test.m \

0 commit comments

Comments
 (0)