Skip to content

Commit

Permalink
Follow up to 209187, updating a test to use FileCheck. Needed to igno…
Browse files Browse the repository at this point in the history
…re an extra DW_TAG_class_type

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209188 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dwblaikie committed May 20, 2014
1 parent 825920d commit 53d560e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53d560e

Please sign in to comment.