OSDN Git Service

Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 4 May 2011 17:44:06 +0000 (17:44 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 4 May 2011 17:44:06 +0000 (17:44 +0000)
commit597a7664e1bbe2ea5f757eb6e853bd1d2fe98d6c
treeab0e95677135ee8017c47e482d1a47d95500509d
parent91266017705c13496e062208d1ad7a4c39b20220
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
it is both inefficient and unexpected by dwarfdump. Change to
a DW_FORM_data4.

While in here, change the predicate name to reflect that the position
is not really absolute (it is an offset), just that the linker needs a
relocation.

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