1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/DebugInfo/PDB
Zachary Turner 420a134a9e Re-add "Make FieldList records print as a YAML sequence"
This was originally submitted in r280549, and reverted in r280577
due to breaking one MSVC buildbot.  The issue is that MSVC 2013
doesn't synthesize move constructors.  So even though i was
writing std::move(A) it was copying it, leading to a bogus ArrayRef.
The solution here is to simply remove the std::vector<> from the
type, since it is unused and unnecessary.  This way the ArrayRef
continues to point into the original memory backing the CVType.

llvm-svn: 280769
2016-09-06 23:45:47 +00:00
..
DIA Update llvm-pdbdump to use subcommands. 2016-06-30 17:42:48 +00:00
Inputs [llvm-pdbdump] Restore error messages, handle bad block sizes 2016-04-28 23:47:27 +00:00
pdbdump-headers.test Resubmit "Write the TPI stream from a PDB to Yaml." 2016-08-18 16:49:29 +00:00
pdbdump-readwrite.test pdbdump: Add a test to verify the result of PDB -> YAML -> PDB conversions. 2016-08-03 23:54:39 +00:00
pdbdump-write.test [pdb] Use MsfBuilder to handle the writing PDBs. 2016-07-15 22:16:56 +00:00
pdbdump-yaml-types.test Re-add "Make FieldList records print as a YAML sequence" 2016-09-06 23:45:47 +00:00
pdbdump-yaml.test [pdbdump] Use the "flow" style to print out a sequence of uint32_t. 2016-07-20 19:41:47 +00:00