diff options
author | Martin Storsjo <martin@martin.st> | 2017-11-16 19:36:48 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2017-11-16 19:36:48 +0000 |
commit | e95d73958d64cbc514f3fee7dcc12a572eb82300 (patch) | |
tree | 0a29cfa807bf231bd73e0e80cf69a65f026403ea /llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp | |
parent | 78381016785a3fc4b6304c8040198c9cdd0564d9 (diff) | |
download | bcm5719-llvm-e95d73958d64cbc514f3fee7dcc12a572eb82300.tar.gz bcm5719-llvm-e95d73958d64cbc514f3fee7dcc12a572eb82300.zip |
Remove a FIXME about truncated section names
If the linker chose to store the full section name instead of truncating
it, this field doesn't contain a truncated name, but an offset into
the string table of the binary. The string table isn't loaded/mapped
into memory during runtime though, so it's not possible to read the
full section name, unless we try to locate the DLL/EXE on disk that
the HMODULE corresponds to and load that manually.
Due to this, lld now always prefers writing a truncated section name
for sections that will be mapped at runtime, even when debug info is
enabled.
Differential Revision: https://reviews.llvm.org/D39918
llvm-svn: 318446
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp')
0 files changed, 0 insertions, 0 deletions