]> granicus.if.org Git - clang/commitdiff
Upgrade debug-info-vla test: we do not pass default alignment now
authorVictor Leschuk <vleschuk@accesssoftek.com>
Thu, 20 Oct 2016 00:37:07 +0000 (00:37 +0000)
committerVictor Leschuk <vleschuk@accesssoftek.com>
Thu, 20 Oct 2016 00:37:07 +0000 (00:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284683 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-vla.cpp

index 0feba1b1931faea34843871541ca8e38b611daa2..88f3a3f55dab92680aa1ae20d16deb77e9aa532e 100644 (file)
@@ -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)