1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/DebugInfo/PDB/Inputs/one-symbol.yaml
Zachary Turner d729505cc4 [pdb] Write the module info and symbol record streams.
Previously we did not have support for writing detailed
module information for each module, as well as the symbol
records.  This patch adds support for this, and in doing
so enables the ability to construct minimal PDBs from
just a few lines of YAML.  A test is added to illustrate
this functionality.

llvm-svn: 297900
2017-03-15 22:18:53 +00:00

12 lines
261 B
YAML

---
DbiStream:
Modules:
- Module: one-symbol.yaml
Modi:
Records:
- Kind: S_OBJNAME
ObjNameSym:
Signature: 0
ObjectName: 'c:\foo\one-symbol.yaml'
...