diff options
author | Zachary Turner <zturner@google.com> | 2019-04-05 21:16:00 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2019-04-05 21:16:00 +0000 |
commit | bcf7f3c573ca282d79ca76b250b831457faecafc (patch) | |
tree | bc96a56d03c199645b5d12b1b3bd6626bc3a2bd8 /llvm/docs/PDB | |
parent | cd9a528886ceb7ec0bf5fbaa09106fddaa2e08b7 (diff) | |
download | bcm5719-llvm-bcf7f3c573ca282d79ca76b250b831457faecafc.tar.gz bcm5719-llvm-bcf7f3c573ca282d79ca76b250b831457faecafc.zip |
[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
Diffstat (limited to 'llvm/docs/PDB')
-rw-r--r-- | llvm/docs/PDB/index.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/PDB/index.rst b/llvm/docs/PDB/index.rst index a6054d720bd..0662e9d9e58 100644 --- a/llvm/docs/PDB/index.rst +++ b/llvm/docs/PDB/index.rst @@ -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:
|