mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
d729505cc4
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
12 lines
261 B
YAML
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'
|
|
...
|