For XTARGET to work on targets not in the list,
authorDale Johannesen <dalej@apple.com>
Thu, 4 Jun 2009 18:27:43 +0000 (18:27 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 4 Jun 2009 18:27:43 +0000 (18:27 +0000)
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

test/FrontendC/2009-01-20-k8.c
test/FrontendC/2009-05-04-EnumInreg.c

index 627ab65d161d3e959ae42a77737feb898cef97af..c7836dac12bce33350b8a31b7634a7fc110476cd 100644 (file)
@@ -1,3 +1,4 @@
 // RUN: %llvmgcc %s -S -march=k8
 // XTARGET: x86
+// XFAIL: *
 long double x;
index 8a76f5f8e9504e06c180395eb81f6709b5f95379..5619c0a276dd8012eaa523ec8f6ef529f55518ea 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %llvmgcc -S -m32 -mregparm=3 %s -emit-llvm -o - | grep {inreg %action}
+// XFAIL: *
 // XTARGET: x86
 // PR3967