[llvm] r209188 - Follow up to 209187, updating a test to use FileCheck. Needed to ignore an extra DW_TAG_class_type
David Blaikie
dblaikie at gmail.com
Mon May 19 19:40:35 PDT 2014
Author: dblaikie
Date: Mon May 19 21:40:34 2014
New Revision: 209188
URL: http://llvm.org/viewvc/llvm-project?rev=209188&view=rev
Log:
Follow up to 209187, updating a test to use FileCheck. Needed to ignore an extra DW_TAG_class_type
Modified:
llvm/trunk/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
Modified: llvm/trunk/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll?rev=209188&r1=209187&r2=209188&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll (original)
+++ llvm/trunk/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll Mon May 19 21:40:34 2014
@@ -4,7 +4,8 @@
; Radar 7833483
; Do not emit a separate out-of-line definition DIE for the function-local 'foo'
; function (member of the function local 'A' type)
-; CHECK: DW_TAG_class
+; CHECK: DW_TAG_class_type
+; CHECK: DW_TAG_class_type
; CHECK-NEXT: DW_AT_name {{.*}} "A"
; Check that the subprogram inside the class definition has low_pc, only
; attached to the definition.
More information about the llvm-commits
mailing list