From: Reid Kleckner Date: Thu, 30 Apr 2015 22:42:45 +0000 (+0000) Subject: Re-commit the test fix that went with r236274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f42386354940c9be444f4742b4d5c8ac77668afc;p=clang Re-commit the test fix that went with r236274 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236276 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/target-data.c b/test/CodeGen/target-data.c index 05fe7def56..c3e3852bcc 100644 --- a/test/CodeGen/target-data.c +++ b/test/CodeGen/target-data.c @@ -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