From: Eric Christopher Date: Tue, 26 Jul 2011 23:39:23 +0000 (+0000) Subject: Make this darwin only to simplify the padding calculations per arch. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e0afd9976b0c121d17a1f7b60837bd2be5d7cc5;p=clang Make this darwin only to simplify the padding calculations per arch. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136185 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2008-08-07-AlignPadding1.c b/test/CodeGen/2008-08-07-AlignPadding1.c index 5beae3e00f..2bb2e61be0 100644 --- a/test/CodeGen/2008-08-07-AlignPadding1.c +++ b/test/CodeGen/2008-08-07-AlignPadding1.c @@ -1,4 +1,4 @@ -/* RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s +/* RUN: %clang_cc1 %s -emit-llvm -triple x86_64-apple-darwin -o - | FileCheck %s The FE must generate padding here both at the end of each PyG_Head and between array elements. Reduced from Python. */