Author: echristo
Date: Tue Jul 26 18:39:23 2011
New Revision: 136185

URL: http://llvm.org/viewvc/llvm-project?rev=136185&view=rev
Log:
Make this darwin only to simplify the padding calculations per arch.

Modified:
    cfe/trunk/test/CodeGen/2008-08-07-AlignPadding1.c

Modified: cfe/trunk/test/CodeGen/2008-08-07-AlignPadding1.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2008-08-07-AlignPadding1.c?rev=136185&r1=136184&r2=136185&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2008-08-07-AlignPadding1.c (original)
+++ cfe/trunk/test/CodeGen/2008-08-07-AlignPadding1.c Tue Jul 26 18:39:23 2011
@@ -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. */


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to