[Windows] Canonicalize on 'target=.*-windows'
authorPaul Robinson <paul.robinson@sony.com>
Wed, 30 Nov 2022 20:07:27 +0000 (12:07 -0800)
committerPaul Robinson <paul.robinson@sony.com>
Wed, 30 Nov 2022 20:07:27 +0000 (12:07 -0800)
Part of the project to eliminate special handling for triples in lit
expressions.

clang/test/CodeGenCXX/vtable-debug-info.cpp
clang/test/Driver/fat-archive-unbundle-ext.c
llvm/test/MC/RISCV/rv32i-aliases-invalid.s
llvm/test/MC/RISCV/rv64i-aliases-invalid.s

index 5b28165..b426ce9 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clang -emit-llvm -S -g %s -o /dev/null
 // Radar 8730409
-// XFAIL: target={{.*windows-msvc}}
+// XFAIL: target={{.*-windows-msvc}}
 
 // FIXME: This test crashes on *-pc-win32
 // for lack of debugging support on -integrated-as (MCCOFF).
index f257012..93fdb1a 100644 (file)
@@ -1,5 +1,5 @@
 // REQUIRES: x86-registered-target
-// UNSUPPORTED: target={{.*windows.*}}, darwin, aix
+// UNSUPPORTED: target={{.*-windows.*}}, darwin, aix
 
 // Generate dummy fat object
 // RUN: %clang -O0 -target %itanium_abi_triple %s -c -o %t.host.o
index 985f86f..d783982 100644 (file)
@@ -1,4 +1,4 @@
-# UNSUPPORTED: target={{.*windows.*}}
+# UNSUPPORTED: target={{.*-windows.*}}
 # RUN: not llvm-mc -triple=riscv32 -riscv-no-aliases < %s -o /dev/null 2>&1 | FileCheck %s
 # RUN: not llvm-mc -triple=riscv32 < %s -o /dev/null 2>&1 | FileCheck %s
 
index 93e191d..9377700 100644 (file)
@@ -1,4 +1,4 @@
-# UNSUPPORTED: target={{.*windows.*}}
+# UNSUPPORTED: target={{.*-windows.*}}
 # RUN: not llvm-mc -triple=riscv64 -riscv-no-aliases < %s -o /dev/null 2>&1 | FileCheck %s
 # RUN: not llvm-mc -triple=riscv64 < %s 2>&1 -o /dev/null | FileCheck %s