OSDN Git Service

Emit relocations for DW_AT_location entries on systems which need it. This is
authorNick Lewycky <nicholas@mxc.ca>
Fri, 22 Jun 2012 01:25:12 +0000 (01:25 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 22 Jun 2012 01:25:12 +0000 (01:25 +0000)
commitffccd923101ae177c1a2c407618d8f03a312d69b
treeb5d081f57a101bb12b897e4d91e79cb1c0db698d
parente0231413225cf47aaf3238bf21afd0d59025028d
Emit relocations for DW_AT_location entries on systems which need it. This is
a recommit of r127757. Fixes PR9493. Patch by Paul Robinson!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158957 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
include/llvm/MC/MCAsmInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoDarwin.cpp
test/DebugInfo/X86/DW_AT_location-reference.ll [new file with mode: 0644]