diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-12-16 01:01:40 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-12-16 01:01:40 +0000 |
commit | ed4eb86531cece1417e794ee4f9394dbb7243d4e (patch) | |
tree | ebf232452faf95d328d29da649c93d6ed656ed4c /clang/test/CodeGen/debug-info-static.c | |
parent | 26e8c7df3a9832faa3a93ef86246ce3a2bfd8f4c (diff) | |
download | bcm5719-llvm-ed4eb86531cece1417e794ee4f9394dbb7243d4e.tar.gz bcm5719-llvm-ed4eb86531cece1417e794ee4f9394dbb7243d4e.zip |
Revert "Update for LLVM global variable debug info API change."
This reverts commit 289901 while investigating bot breakage.
llvm-svn: 289908
Diffstat (limited to 'clang/test/CodeGen/debug-info-static.c')
-rw-r--r-- | clang/test/CodeGen/debug-info-static.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGen/debug-info-static.c b/clang/test/CodeGen/debug-info-static.c index 016f1e6e6cc..0ebd6a626d8 100644 --- a/clang/test/CodeGen/debug-info-static.c +++ b/clang/test/CodeGen/debug-info-static.c @@ -2,8 +2,7 @@ // CHECK: @f.xyzzy = internal global i32 0, align 4, !dbg [[XYZZY:![0-9]+]] -// CHECK: [[XYZZY]] = !DIGlobalVariableExpression(var: [[VAR:.*]]) -// CHECK: [[VAR]] = distinct !DIGlobalVariable +// CHECK: [[XYZZY]] = distinct !DIGlobalVariable void f(void) { static int xyzzy; |