summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/module_section
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-12-04 23:11:05 +0000
committerRui Ueyama <ruiu@google.com>2015-12-04 23:11:05 +0000
commite737824d8a910282fa9505dbf98426d28f923cab (patch)
tree880b430f1f319fbc5c85d0f82b993f0cc2e92f91 /lldb/packages/Python/lldbsuite/test/python_api/module_section
parentb6306da4051906236101f56dfb9a381acb6e6a69 (diff)
downloadbcm5719-llvm-e737824d8a910282fa9505dbf98426d28f923cab.tar.gz
bcm5719-llvm-e737824d8a910282fa9505dbf98426d28f923cab.zip
COFF: Create a PDB file with the correct file signature.
Before this patch, we created an empty PDB file if /debug option is specified. For MSVC linker, such PDB file is completely broken, and linker exits without doing anything as soon as it finds an empty PDB file. A PDB file created in this patch has the correct file signature. MSVC linker still thinks that the file is broken, but it then removes and replaces with its output. This is an initial patch to support PDB in LLD. We aim to support PDB in order to make it 100% compatible with MSVC linker. PDB support is the last missing piece. llvm-svn: 254796
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/module_section')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud