OSDN Git Service

Bugfix for making the DWARF debug strings and labels to code emitted as secrel32...
authorCarlo Kok <ck@remobjects.com>
Thu, 1 Aug 2013 18:38:14 +0000 (18:38 +0000)
committerCarlo Kok <ck@remobjects.com>
Thu, 1 Aug 2013 18:38:14 +0000 (18:38 +0000)
commit5b25082ddb88a3fdedcd3841d5f397402fcd3be4
tree61f5403be106ca33def6a74a439f5523e7869d51
parenta4cbd78af84b76f92202f2f2b1a3c49ff1f85798
Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB.

fixes Bug 16249 - LLVM generates broken debug info on Windows

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187597 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
test/DebugInfo/X86/coff_relative_names.ll [new file with mode: 0644]