1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/unittests/DebugInfo/CodeView
Reid Kleckner d394a5b7a6 [PDB] Add symbols to the PDB
Summary:
The main complexity in adding symbol records is that we need to
"relocate" all the type indices. Type indices do not have anything like
relocations, an opaque data structure describing where to find existing
type indices for fixups. The linker just has to "know" where the type
references are in the symbol records. I added an overload of
`discoverTypeIndices` that works on symbol records, and it seems to be
able to link the standard library.

Reviewers: zturner, ruiu

Subscribers: llvm-commits, hiraditya

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

llvm-svn: 305933
2017-06-21 17:25:56 +00:00
..
CMakeLists.txt Don't include TestingSupport in LLVM_LINK_COMPONENTS. 2017-06-14 22:33:43 +00:00
RandomAccessVisitorTest.cpp Try to fix uninitialized read in unit test. 2017-06-19 21:59:09 +00:00
TypeIndexDiscoveryTest.cpp [PDB] Add symbols to the PDB 2017-06-21 17:25:56 +00:00