Skip to content

Commit

Permalink
[lit] Use 'target=' in a few more places
Browse files Browse the repository at this point in the history
Missed these on the first pass.

Part of the project to eliminate special handling for triples in lit
expressions.
  • Loading branch information
pogo59 committed Dec 12, 2022
1 parent d3ebce9 commit b7ada67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clang/test/CodeGen/volatile-1.c
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion clang/test/Modules/hidden-duplicates.m
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion clang/test/Modules/override.m
@@ -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 \
Expand Down

0 comments on commit b7ada67

Please sign in to comment.