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)
commitfdabd9f391c1c32c8800d1a07b03604b4a00ef3b
tree111b366b7c0fa282a01623a38e8587d9d5b4cdb4
parente57343b6365df5b7318c5076f917ad40cf621555
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)

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