Author: adrian Date: Tue Oct 2 13:14:12 2018 New Revision: 343624 URL: http://llvm.org/viewvc/llvm-project?rev=343624&view=rev Log: Remove unnecessary field
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll?rev=343624&r1=343623&r2=343624&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll (original) +++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll Tue Oct 2 13:14:12 2018 @@ -23,7 +23,7 @@ attributes #0 = { noinline nounwind optn !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} _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits