diff options
author | Eric Christopher <echristo@apple.com> | 2012-05-23 00:18:43 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-05-23 00:18:43 +0000 |
commit | 843efd5d5dac7912803d5225a4c92b87bc815df3 (patch) | |
tree | ed68d5615d93b4e18a106cc3b6cc5beb4d3cf857 | |
parent | 9ee5f4641ee0d018cb6a2ce16611bfa170a5ecea (diff) |
Check that we have an unknown upper bound range for our flexible array members.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157305 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/debug-info-vla-range.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-vla-range.cpp b/test/CodeGenCXX/debug-info-vla-range.cpp index 476bf2285e..b6aa6dac6b 100644 --- a/test/CodeGenCXX/debug-info-vla-range.cpp +++ b/test/CodeGenCXX/debug-info-vla-range.cpp @@ -1,6 +1,6 @@ // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s -// CHECK: DW_TAG_subrange_type +// CHECK: metadata !{i32 {{.*}}, i64 1, i64 0} ; [ DW_TAG_subrange_type ] struct StructName { int member[]; |