[cfe-commits] r157305 - /cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp

Eric Christopher echristo at apple.com
Tue May 22 17:18:43 PDT 2012


Author: echristo
Date: Tue May 22 19:18:43 2012
New Revision: 157305

URL: http://llvm.org/viewvc/llvm-project?rev=157305&view=rev
Log:
Check that we have an unknown upper bound range for our flexible array members.

Modified:
    cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp

Modified: cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp?rev=157305&r1=157304&r2=157305&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-vla-range.cpp Tue May 22 19:18:43 2012
@@ -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[];





More information about the cfe-commits mailing list