1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/include/llvm/DebugInfo
Zachary Turner f4a9557a9b [lld/pdb] Create an empty public symbol record stream.
This is part of the continuing effort to increase parity between
LLD and MSVC PDBs.  link still doesn't like our PDBs, so the most
obvious thing to check was whether adding an empty publics stream
would get it to do something else.  It still fails in the same way
but at least this removes one more variable from the equation.
The next logical step would be to try creating an empty globals
stream.

Differential Revision: https://reviews.llvm.org/D35224

llvm-svn: 307598
2017-07-10 22:40:20 +00:00
..
CodeView [lld/pdb] Add some basic linker module symbols. 2017-07-10 21:01:37 +00:00
DWARF Reduce code duplication. 2017-07-07 05:36:53 +00:00
MSF [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). 2017-06-23 21:57:40 +00:00
PDB [lld/pdb] Create an empty public symbol record stream. 2017-07-10 22:40:20 +00:00
Symbolize [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). 2017-06-23 21:57:40 +00:00
DIContext.h [DWARF] - Provide default implementation for getSectionLoadAddress() method of LoadedObjectInfo 2017-07-06 08:46:01 +00:00