[Lldb-commits] [PATCH] D72909: Make SymbolFileDWARF::ParseLineTable use std::sort instead of insertion sort

Unnar Freyr Erlendsson via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 17 07:18:20 PST 2020


unnar updated this revision to Diff 238771.
unnar added a comment.

Switched back to std::vector and uploaded the full diff.

I don't have commit access so it would be appreciated if you could land this for me, thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72909/new/

https://reviews.llvm.org/D72909

Files:
  lldb/include/lldb/Symbol/LineTable.h
  lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  lldb/source/Symbol/LineTable.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72909.238771.patch
Type: text/x-patch
Size: 4613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200117/07d8bc7a/attachment.bin>


More information about the lldb-commits mailing list