From be50052a2b541d6acf687649ad6a6a9e2471d943 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 2 Oct 2018 20:14:12 +0000 Subject: Remove unnecessary field llvm-svn: 343624 --- .../Python/lldbsuite/test/functionalities/target_var/globals.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll') 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} -- cgit v1.2.3