summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-static-fns.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-04-23 19:00:24 +0000
committerEric Christopher <echristo@apple.com>2012-04-23 19:00:24 +0000
commit87380aaf4273b2259fa75790f2f544c4514cc763 (patch)
tree98e5e51fb48c17ffcd10f88a67c3eedeb112c9f1 /test/CodeGenCXX/debug-info-static-fns.cpp
parentaed9ea398a3fd8d488120728e2df4ac81c3b0c4b (diff)
Forward declarations should take a context. This helps the debugger
find forward declarations in the context that the actual definition will occur. rdar://11291658 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155381 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-static-fns.cpp')
-rw-r--r--test/CodeGenCXX/debug-info-static-fns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-static-fns.cpp b/test/CodeGenCXX/debug-info-static-fns.cpp
index 485d28aa7b..ee46f259a4 100644
--- a/test/CodeGenCXX/debug-info-static-fns.cpp
+++ b/test/CodeGenCXX/debug-info-static-fns.cpp
@@ -7,4 +7,4 @@ namespace A {
}
// Verify that a is present and mangled.
-// CHECK: metadata !{i32 786478, i32 0, metadata !6, metadata !"a", metadata !"a", metadata !"_ZN1AL1aEi", metadata !7, i32 4, metadata !8, i1 true, i1 true, i32 0, i32 0, null, i32 256, i1 false, i32 (i32)* @_ZN1AL1aEi, null, null, metadata !14, i32 4} ; [ DW_TAG_subprogram ]
+// CHECK: metadata !{i32 {{.*}}, i32 0, metadata !6, metadata !"a", metadata !"a", metadata !"_ZN1AL1aEi", metadata !7, i32 4, metadata !8, i1 true, i1 true, i32 0, i32 0, null, i32 256, i1 false, i32 (i32)* @_ZN1AL1aEi, null, null, metadata !1, i32 4} ; [ DW_TAG_subprogram ]