[lldb/breakpad] Use new line table constructor
authorPavel Labath <pavel@labath.sk>
Tue, 21 Jan 2020 14:03:36 +0000 (15:03 +0100)
committerPavel Labath <pavel@labath.sk>
Tue, 21 Jan 2020 14:04:27 +0000 (15:04 +0100)
commit5e70f4bdc15960730d0ff2aa167399e36bc64278
tree28cdeb3e562ed89f401e6338014da8e40e9b1bf8
parent18a96fd573b134fed7d8ea6b87930e7a059d6c90
[lldb/breakpad] Use new line table constructor

The old construction method can be quadratic for some inputs. This
approach guarantees a reasonable performance.
lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp