From 7143325db76d6c3dabce82500f8cc7c93a941970 Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 1 Feb 2011 21:35:06 +0000 Subject: Do the right thing for zero-initializing VLAs that don't have a zero bit-pattern. It's not clear that this is actually useful given current language restrictions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124685 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/c99-variable-length-array.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGenCXX/c99-variable-length-array.cpp') diff --git a/test/CodeGenCXX/c99-variable-length-array.cpp b/test/CodeGenCXX/c99-variable-length-array.cpp index 66c14ff579..76f99c7b41 100644 --- a/test/CodeGenCXX/c99-variable-length-array.cpp +++ b/test/CodeGenCXX/c99-variable-length-array.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s struct X { X(); ~X(); -- cgit v1.2.3-70-g09d2