[PATCH] D41084: [dsymutil] Accept DWARF4 line tables.
    Adrian Prantl via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Dec 11 14:57:07 PST 2017
    
    
  
aprantl accepted this revision.
aprantl added inline comments.
================
Comment at: tools/dsymutil/DwarfLinker.cpp:3246
+    uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength;
+    if (LineTable.Prologue.getVersion() == 5)
+      PrologueEnd += 2;
----------------
Comment where the extra two bytes come from?
https://reviews.llvm.org/D41084
    
    
More information about the llvm-commits
mailing list