From eaba5102e4f581b2d99794bffcbf2f6d7c3c7dc2 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 6 Jan 2010 05:49:26 +0000 Subject: This is testing a darwin specific feature, so only turn it on for darwin (it fails on linux). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92826 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/cstring-align.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/FrontendC') diff --git a/test/FrontendC/cstring-align.c b/test/FrontendC/cstring-align.c index 2e3fc8b4e4..715d0f3126 100644 --- a/test/FrontendC/cstring-align.c +++ b/test/FrontendC/cstring-align.c @@ -1,5 +1,7 @@ // RUN: %llvmgcc %s -c -Os -m32 -emit-llvm -o - | llc -march=x86 -mtriple=i386-apple-darwin10 | FileCheck %s -check-prefix=DARWIN32 // RUN: %llvmgcc %s -c -Os -m64 -emit-llvm -o - | llc -march=x86-64 -mtriple=x86_64-apple-darwin10 | FileCheck %s -check-prefix=DARWIN64 +// XFAIL: * +// XTARGET: darwin extern void func(const char *, const char *); -- cgit v1.2.3