1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/unittests/DebugInfo
Zachary Turner 1e778523f5 [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