]> granicus.if.org Git - clang/commitdiff
Re-commit the test fix that went with r236274
authorReid Kleckner <reid@kleckner.net>
Thu, 30 Apr 2015 22:42:45 +0000 (22:42 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 30 Apr 2015 22:42:45 +0000 (22:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236276 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/target-data.c

index 05fe7def56e5479b9729c26412f060c0b41ae00c..c3e3852bccd7524a45bbf27c5c97f70a3f0b730a 100644 (file)
@@ -8,11 +8,11 @@
 
 // RUN: %clang_cc1 -triple i686-unknown-win32 -emit-llvm -o - %s | \
 // RUN:     FileCheck --check-prefix=I686-WIN32 %s
-// I686-WIN32: target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-S32"
+// I686-WIN32: target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"
 
 // RUN: %clang_cc1 -triple i686-unknown-cygwin -emit-llvm -o - %s | \
 // RUN:     FileCheck --check-prefix=I686-CYGWIN %s
-// I686-CYGWIN: target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-S32"
+// I686-CYGWIN: target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"
 
 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | \
 // RUN:     FileCheck --check-prefix=X86_64 %s