llvm-project/llvm/lib/DebugInfo
Zachary Turner 1bf7762049 [llvm-pdbdump] Support native ordering of subsections in raw mode.
This is the same change for the YAML Output style applied to the
raw output style.  Previously we would queue up all subsections
until every one had been read, and then output them in a pre-
determined order.  This was because some subsections need to be
read first in order to properly dump later subsections.  This
patch allows them to be dumped in the order they appear.

Differential Revision: https://reviews.llvm.org/D34015

llvm-svn: 305034
2017-06-08 23:49:01 +00:00
..
CodeView [llvm-pdbdump] Support native ordering of subsections in raw mode. 2017-06-08 23:49:01 +00:00
DWARF Update libdeps to add BinaryFormat, introduced in r304864. 2017-06-07 04:48:49 +00:00
MSF [PDB] Fix use after free. 2017-06-03 00:33:35 +00:00
PDB [PDB] Don't crash on /debug:fastlink PDBs. 2017-06-08 16:00:40 +00:00
Symbolize Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
CMakeLists.txt [msf] Resubmit "Rename Msf -> MSF". 2016-07-29 20:56:36 +00:00
LLVMBuild.txt [msf] Resubmit "Rename Msf -> MSF". 2016-07-29 20:56:36 +00:00