Fix windows build after r366791
authorPavel Labath <pavel@labath.sk>
Tue, 23 Jul 2019 12:26:09 +0000 (12:26 +0000)
committerPavel Labath <pavel@labath.sk>
Tue, 23 Jul 2019 12:26:09 +0000 (12:26 +0000)
commit7c35db08655182021c9ba9c7171e625eaa7e50e2
treea199614b391aeee20e4297a04032e9b899650a76
parent53f9fec8e8b58f5a904bbfb4a1d648cde65aa860
Fix windows build after r366791

A side effect of this commit was that it exchanged the order of types
and compile units in the output of SymbolVendor::Dump. A couple of PDB
tests dependened on that to assert the links between the two.

While it wouldn't be too hard to update the tests, the change of
ordering was not something I intended to do with that patch, and is easy
to restore the original order, so I do just that.

llvm-svn: 366798
lldb/source/Symbol/SymbolVendor.cpp