summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-10-02 20:14:12 +0000
committerAdrian Prantl <aprantl@apple.com>2018-10-02 20:14:12 +0000
commitbe50052a2b541d6acf687649ad6a6a9e2471d943 (patch)
tree1e4eb7eddc050a5f7e7663940d63a7c36fe960fc /lldb/packages/Python/lldbsuite/test
parent9a3af5a4f194a7661381e2420723aa67a0ba8232 (diff)
downloadbcm5719-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.ll2
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}
OpenPOWER on IntegriCloud