From 11eabd4cde8e03155b3bd78204c1db1746bf0bf1 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 llvm-svn: 284683 --- clang/test/CodeGenCXX/debug-info-vla.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/test/CodeGenCXX/debug-info-vla.cpp b/clang/test/CodeGenCXX/debug-info-vla.cpp index 0feba1b..88f3a3f 100644 --- a/clang/test/CodeGenCXX/debug-info-vla.cpp +++ b/clang/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.7.4