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-global-constant.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-global-constant.c')
| -rw-r--r-- | clang/test/CodeGen/debug-info-global-constant.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/debug-info-global-constant.c b/clang/test/CodeGen/debug-info-global-constant.c index 4175f24675e..f214fdcd113 100644 --- a/clang/test/CodeGen/debug-info-global-constant.c +++ b/clang/test/CodeGen/debug-info-global-constant.c @@ -5,8 +5,8 @@ // exactly once. // CHECK: @i = internal constant i32 1, align 4, !dbg ![[I:[0-9]+]] -// CHECK: ![[I]] = !DIGlobalVariableExpression(var: ![[VAR:.*]], expr: ![[EXPR:[0-9]+]]) -// CHECK: ![[VAR]] = distinct !DIGlobalVariable(name: "i", +// CHECK: ![[I]] = distinct !DIGlobalVariable(name: "i", +// CHECK-SAME: expr: ![[EXPR:[0-9]+]] // CHECK: !DICompileUnit({{.*}}globals: ![[GLOBALS:[0-9]+]]) // CHECK: ![[GLOBALS]] = !{![[I]]} // CHECK: ![[EXPR]] = !DIExpression(DW_OP_constu, 1, DW_OP_stack_value) |

