Bugfix for making the DWARF debug strings and labels to code emitted as secrel32...
authorCarlo Kok <ck@remobjects.com>
Fri, 2 Aug 2013 16:14:15 +0000 (16:14 +0000)
committerCarlo Kok <ck@remobjects.com>
Fri, 2 Aug 2013 16:14:15 +0000 (16:14 +0000)
commit4382da983ac09ddadc6877459c3a6dc9a6f56351
tree67df63b566c4beb9b6e835e8944078b07a45674a
parent11fe914549c46a3f28823bc0b7bfaa7d86239f0a
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 (with fix for 64bits msvc)

llvm-svn: 187656
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/test/DebugInfo/X86/coff_relative_names.ll [new file with mode: 0644]