mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
0e19a3f89e
commit
1e07efd59d
@ -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
Block a user