For XTARGET to work on targets not in the list,

there must also be an XFAIL line.  Fix a couple
examples of this.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72876 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dale Johannesen 2009-06-04 18:27:43 +00:00
parent 0e19a3f89e
commit 1e07efd59d
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// RUN: %llvmgcc %s -S -march=k8
// XTARGET: x86
// XFAIL: *
long double x;

View File

@ -1,4 +1,5 @@
// RUN: %llvmgcc -S -m32 -mregparm=3 %s -emit-llvm -o - | grep {inreg %action}
// XFAIL: *
// XTARGET: x86
// PR3967