[Lldb-commits] [lldb] r343624 - Remove unnecessary field

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 2 13:14:12 PDT 2018


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}




More information about the lldb-commits mailing list