forked from OSchip/llvm-project
[PDB Docs] Delete * LINKER * Stream information.
This is actually just a module debug info stream, so it should technically be covered by a discussion of the module list. llvm-svn: 357819
This commit is contained in:
parent
cd9a528886
commit
bcf7f3c573
|
@ -130,10 +130,6 @@ PDB file is as follows:
|
|||
| IPI Hash Stream | - Contained in IPI Stream | - Hash table for looking up IPI records |
|
||||
| | | by name |
|
||||
+--------------------+------------------------------+-------------------------------------------+
|
||||
| * LINKER* Stream | - Last Stream in PDB File | - Executable section information |
|
||||
| | | - Incremental linking thunks |
|
||||
| | | - Linker version information |
|
||||
+--------------------+------------------------------+-------------------------------------------+
|
||||
|
||||
More information about the structure of each of these can be found on the
|
||||
following pages:
|
||||
|
|
Loading…
Reference in New Issue