]> granicus.if.org Git - clang/commitdiff
Make this darwin only to simplify the padding calculations per arch.
authorEric Christopher <echristo@apple.com>
Tue, 26 Jul 2011 23:39:23 +0000 (23:39 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 26 Jul 2011 23:39:23 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136185 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2008-08-07-AlignPadding1.c

index 5beae3e00fd0bbc918c414df858936c023fd564b..2bb2e61be0db78ca23663b8f4d066115ae2b30d1 100644 (file)
@@ -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. */