diff options
author | Adrian Prantl <aprantl@apple.com> | 2018-10-02 20:14:12 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2018-10-02 20:14:12 +0000 |
commit | be50052a2b541d6acf687649ad6a6a9e2471d943 (patch) | |
tree | 1e4eb7eddc050a5f7e7663940d63a7c36fe960fc /lldb/packages/Python/lldbsuite/test | |
parent | 9a3af5a4f194a7661381e2420723aa67a0ba8232 (diff) | |
download | bcm5719-llvm-be50052a2b541d6acf687649ad6a6a9e2471d943.tar.gz bcm5719-llvm-be50052a2b541d6acf687649ad6a6a9e2471d943.zip |
Remove unnecessary field
llvm-svn: 343624
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll b/lldb/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll index d58b5515927..192d4e12698 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll +++ b/lldb/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll @@ -23,7 +23,7 @@ attributes #0 = { noinline nounwind optnone ssp uwtable } !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression(DW_OP_deref)) !1 = distinct !DIGlobalVariable(name: "i", scope: !2, file: !3, line: 1, type: !9, isLocal: false, isDefinition: true) -!2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, emissionKind: FullDebug, globals: !5, nameTableKind: None) +!2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, emissionKind: FullDebug, globals: !5) !3 = !DIFile(filename: "globals.c", directory: "/") !4 = !{} !5 = !{!0, !6} |