File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 \
Original file line number Diff line number Diff line change 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 \
You can’t perform that action at this time.
0 commit comments