llvm-project/llvm/unittests/DebugInfo
Zachary Turner ecd2684ed7 [DebugInfo] Fix register variables not showing up in pdb.
Previously, when linking against libcmt from the MSVC runtime,
lld-link /verbose would show "Ignoring unknown symbol record
with kind 0x1006".  It turns out this was because
TypeIndexDiscovery did not handle S_REGISTER records, so these
records were not getting properly remapped.

Patch by: Alexnadre Ganea
Differential Revision: https://reviews.llvm.org/D40919

llvm-svn: 320108
2017-12-07 22:51:16 +00:00
..
CodeView [DebugInfo] Fix register variables not showing up in pdb. 2017-12-07 22:51:16 +00:00
DWARF [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
MSF [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
PDB [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
CMakeLists.txt [MSF] Move MSF unit tests to their own unittest target. 2017-08-02 22:26:09 +00:00