From: Victor Leschuk Date: Thu, 20 Oct 2016 00:37:07 +0000 (+0000) Subject: Upgrade debug-info-vla test: we do not pass default alignment now X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a150c95eaeb53dfcd04639011c06d8a834dccf7;p=clang Upgrade debug-info-vla test: we do not pass default alignment now git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284683 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-vla.cpp b/test/CodeGenCXX/debug-info-vla.cpp index 0feba1b193..88f3a3f55d 100644 --- a/test/CodeGenCXX/debug-info-vla.cpp +++ b/test/CodeGenCXX/debug-info-vla.cpp @@ -15,7 +15,6 @@ int (*fp)(int[][*]) = nullptr; // // CHECK: !DICompositeType(tag: DW_TAG_array_type, // CHECK-NOT: size: -// CHECK-SAME: align: 32 // CHECK-SAME: elements: [[ELEM_TYPE:![0-9]+]] // CHECK: [[ELEM_TYPE]] = !{[[THREE:.*]], [[NOCOUNT]]} // CHECK: [[THREE]] = !DISubrange(count: 3)