Really fix this. I checked that on ARM I get

PASS: LLVM::FrontendC/pr5406.c (3463 of 5030)

and on X86 I get

XFAIL: LLVM::FrontendC/pr5406.c (3465 of 5030
llvm-svn: 93689
This commit is contained in:
Rafael Espindola 2010-01-17 19:20:45 +00:00
parent 387c6b20cd
commit adecf17587
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
// RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | FileCheck %s
// PR 5406
// ARM test.
// XFAIL: sparc,powerpc,alpha,x86,mips,xcore,cellspu,blackfin,pic16,systemz
// XFAIL: *
// XTARGET: arm
typedef struct { char x[3]; } A0;
void foo (int i, ...);