From c7aa48da3f0d2daf00405e8b7ff823299245f547 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sun, 17 Jan 2010 19:20:45 +0000 Subject: [PATCH] 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93689 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/pr5406.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/FrontendC/pr5406.c b/test/FrontendC/pr5406.c index f6347d870cd..c873e51ab94 100644 --- a/test/FrontendC/pr5406.c +++ b/test/FrontendC/pr5406.c @@ -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, ...);