diff options
| author | Derek Schuff <dschuff@google.com> | 2017-08-30 19:54:08 +0000 |
|---|---|---|
| committer | Derek Schuff <dschuff@google.com> | 2017-08-30 19:54:08 +0000 |
| commit | bd484b4fc369192b5bdd0f3709d0717e4c0c6ce5 (patch) | |
| tree | 65b4d8c6224e1a85be894b3fcfbeb12979da0cdf /llvm | |
| parent | 23fec57e6fd06127689a093d3106c052786360dd (diff) | |
| download | bcm5719-llvm-bd484b4fc369192b5bdd0f3709d0717e4c0c6ce5.tar.gz bcm5719-llvm-bd484b4fc369192b5bdd0f3709d0717e4c0c6ce5.zip | |
[WebAssembly] Update debug info test after r312144
Add the expr field to the DIGlobalVariableExpression
llvm-svn: 312163
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/DebugInfo/WebAssembly/dbg-declare.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/WebAssembly/dbg-declare.ll b/llvm/test/DebugInfo/WebAssembly/dbg-declare.ll index 814ce68ef1b..bad17a92727 100644 --- a/llvm/test/DebugInfo/WebAssembly/dbg-declare.ll +++ b/llvm/test/DebugInfo/WebAssembly/dbg-declare.ll @@ -45,7 +45,7 @@ attributes #0 = { nounwind readnone } !1 = !DIFile(filename: "crash.c", directory: "wasm/tests") !2 = !{} !3 = !{!4} -!4 = distinct !DIGlobalVariableExpression(var: !5) +!4 = distinct !DIGlobalVariableExpression(var: !5, expr: !DIExpression()) !5 = !DIGlobalVariable(name: "key", scope: !0, file: !1, line: 7, type: !6, isLocal: false, isDefinition: true) !6 = !DICompositeType(tag: DW_TAG_array_type, baseType: !7, size: 120, align: 8, elements: !10) !7 = !DIDerivedType(tag: DW_TAG_typedef, name: "uint8_t", file: !8, line: 185, baseType: !9) |

