forked from OSchip/llvm-project
For XTARGET to work on targets not in the list,
there must also be an XFAIL line. Fix a couple examples of this. llvm-svn: 72876
This commit is contained in:
parent
1aa86203f6
commit
12313e327f
|
@ -1,3 +1,4 @@
|
|||
// RUN: %llvmgcc %s -S -march=k8
|
||||
// XTARGET: x86
|
||||
// XFAIL: *
|
||||
long double x;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// RUN: %llvmgcc -S -m32 -mregparm=3 %s -emit-llvm -o - | grep {inreg %action}
|
||||
// XFAIL: *
|
||||
// XTARGET: x86
|
||||
// PR3967
|
||||
|
||||
|
|
Loading…
Reference in New Issue