summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/inline-dllexport-member.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-12-16 04:26:15 +0000
committerAdrian Prantl <aprantl@apple.com>2016-12-16 04:26:15 +0000
commitbb01ff0b77c73af1066c43b16d3a35adeb52ff8d (patch)
treea2c0ce36d8b2c32a1ffede1978d2207db4f98db1 /test/CodeGenCXX/inline-dllexport-member.cpp
parent652c9fe88f966515fae0aaaa3d5bc91206c17d15 (diff)
Update for LLVM global variable debug info API change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/inline-dllexport-member.cpp')
-rw-r--r--test/CodeGenCXX/inline-dllexport-member.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenCXX/inline-dllexport-member.cpp b/test/CodeGenCXX/inline-dllexport-member.cpp
index e1a19fb3fa..66ef459bd8 100644
--- a/test/CodeGenCXX/inline-dllexport-member.cpp
+++ b/test/CodeGenCXX/inline-dllexport-member.cpp
@@ -7,6 +7,7 @@ struct __declspec(dllexport) s {
static const unsigned int ui = 0;
};
-// CHECK: [[UI]] = distinct !DIGlobalVariable(name: "ui", linkageName: "\01?ui@s@@2IB", scope: ![[SCOPE:[0-9]+]],
+// CHECK: [[UI]] = !DIGlobalVariableExpression(var: [[UIV:.*]])
+// CHECK: [[UIV]] = distinct !DIGlobalVariable(name: "ui", linkageName: "\01?ui@s@@2IB", scope: ![[SCOPE:[0-9]+]],
// CHECK: ![[SCOPE]] = distinct !DICompileUnit(