summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-static-fns.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-11-05 22:04:14 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-11-05 22:04:14 +0000
commitc6358e556954418ac452c621fdfe93d54f17e1a4 (patch)
treeeea380d148b604917a736b9054a4133208836039 /test/CodeGenCXX/debug-info-static-fns.cpp
parentee20ce2e174e77e8ff2cb85a551438dc7dcb52f2 (diff)
CodeGen: Update for debug info API change.
Differential Revision: http://reviews.llvm.org/D14266 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252220 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-static-fns.cpp')
-rw-r--r--test/CodeGenCXX/debug-info-static-fns.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/debug-info-static-fns.cpp b/test/CodeGenCXX/debug-info-static-fns.cpp
index 718187e368..59c7471f7c 100644
--- a/test/CodeGenCXX/debug-info-static-fns.cpp
+++ b/test/CodeGenCXX/debug-info-static-fns.cpp
@@ -7,7 +7,7 @@ namespace A {
}
// Verify that a is present and mangled.
-// CHECK: !DISubprogram(name: "a", linkageName: "_ZN1AL1aEi",
+// CHECK: define internal i32 @_ZN1AL1aEi({{.*}} !dbg [[DBG:![0-9]+]]
+// CHECK: [[DBG]] = distinct !DISubprogram(name: "a", linkageName: "_ZN1AL1aEi",
// CHECK-SAME: line: 4
// CHECK-SAME: isDefinition: true
-// CHECK-SAME: function: i32 (i32)* @_ZN1AL1aEi