summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorVictor Leschuk <vleschuk@accesssoftek.com>2016-10-20 00:37:07 +0000
committerVictor Leschuk <vleschuk@accesssoftek.com>2016-10-20 00:37:07 +0000
commit11eabd4cde8e03155b3bd78204c1db1746bf0bf1 (patch)
tree61b4dbbb1dfd838d947c4f027ff019727357310f /clang
parent2461a2e2c565ae1f6240b7b58f2a33b2c56f9aba (diff)
downloadbcm5719-llvm-11eabd4cde8e03155b3bd78204c1db1746bf0bf1.tar.gz
bcm5719-llvm-11eabd4cde8e03155b3bd78204c1db1746bf0bf1.zip
Upgrade debug-info-vla test: we do not pass default alignment now
llvm-svn: 284683
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGenCXX/debug-info-vla.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-vla.cpp b/clang/test/CodeGenCXX/debug-info-vla.cpp
index 0feba1b1931..88f3a3f55da 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)
OpenPOWER on IntegriCloud