[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357819 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zachary Turner 2019-04-05 21:16:00 +00:00
parent ea127b9f94
commit aeacd5adf4

View File

@ -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: