From: Devang Patel Date: Mon, 21 Mar 2011 21:37:52 +0000 (+0000) Subject: Force x86_64. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d9ee5c8b285c1adb5a7b6ac532e46048f87346ea;p=oota-llvm.git Force x86_64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128027 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC/2011-03-18-StructReturn.c b/test/FrontendC/2011-03-18-StructReturn.c index 9c47709283d..f6b8c3dafd0 100644 --- a/test/FrontendC/2011-03-18-StructReturn.c +++ b/test/FrontendC/2011-03-18-StructReturn.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -S -O0 -o - | FileCheck %s +// RUN: %llvmgcc %s -m64 -S -O0 -o - | FileCheck %s // XTARGET: x86_64-apple-darwin // Radar 9156771 typedef struct RGBColor {