projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
825920d
)
Follow up to 209187, updating a test to use FileCheck. Needed to ignore an extra...
author
David Blaikie
<dblaikie@gmail.com>
Tue, 20 May 2014 02:40:34 +0000
(
02:40
+0000)
committer
David Blaikie
<dblaikie@gmail.com>
Tue, 20 May 2014 02:40:34 +0000
(
02:40
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209188
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
patch
|
blob
|
history
diff --git
a/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
b/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
index a9c169c61f8fd2ceb70638ab34b27fc35b28e7b1..e81667f6793cbafbe4103e95f89a6f391f787826 100644
(file)
--- a/
test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
+++ b/
test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
@@
-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.