diff options
Diffstat (limited to 'llvm/test/DebugInfo/Generic/namespace.ll')
| -rw-r--r-- | llvm/test/DebugInfo/Generic/namespace.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/Generic/namespace.ll b/llvm/test/DebugInfo/Generic/namespace.ll index 8b2ef0b97a7..e4e1d814da9 100644 --- a/llvm/test/DebugInfo/Generic/namespace.ll +++ b/llvm/test/DebugInfo/Generic/namespace.ll @@ -361,5 +361,5 @@ attributes #1 = { nounwind readnone } !73 = !DILocation(line: 47, column: 21, scope: !26) !74 = !DILocation(line: 0, scope: !75) !75 = !DILexicalBlockFile(discriminator: 0, file: !5, scope: !27) -!131 = !DIGlobalVariableExpression(var: !31) -!132 = !DIGlobalVariableExpression(var: !32) +!131 = !DIGlobalVariableExpression(var: !31, expr: !DIExpression()) +!132 = !DIGlobalVariableExpression(var: !32, expr: !DIExpression()) |

