summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFRelocMap.h
Commit message (Collapse)AuthorAge
* Fix a warning in the new DWARFheader. Add a new line at the end of the file.Nadav Rotem2013-01-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173518 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for applying in-memory relocations to the .debug_line section ↵Andrew Kaylor2013-01-25
and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173517 91177308-0d34-0410-b5e6-96231b3b80d8