From 0a150c95eaeb53dfcd04639011c06d8a834dccf7 Mon Sep 17 00:00:00 2001 From: Victor Leschuk Date: Thu, 20 Oct 2016 00:37:07 +0000 Subject: [PATCH] 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 --- test/CodeGenCXX/debug-info-vla.cpp | 1 - 1 file changed, 1 deletion(-) 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) -- 2.40.0