[llvm] r357819 - [PDB Docs] Delete * LINKER * Stream information.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 14:16:01 PDT 2019
Author: zturner
Date: Fri Apr 5 14:16:00 2019
New Revision: 357819
URL: http://llvm.org/viewvc/llvm-project?rev=357819&view=rev
Log:
[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.
Modified:
llvm/trunk/docs/PDB/index.rst
Modified: llvm/trunk/docs/PDB/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/PDB/index.rst?rev=357819&r1=357818&r2=357819&view=diff
==============================================================================
--- llvm/trunk/docs/PDB/index.rst (original)
+++ llvm/trunk/docs/PDB/index.rst Fri Apr 5 14:16:00 2019
@@ -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:
More information about the llvm-commits
mailing list