First cut at getting debugging support for ARM/MC/ELF/.o
authorJason W Kim <jason.w.kim.2009@gmail.com>
Tue, 10 May 2011 18:07:25 +0000 (18:07 +0000)
committerJason W Kim <jason.w.kim.2009@gmail.com>
Tue, 10 May 2011 18:07:25 +0000 (18:07 +0000)
commitf4351ceb93e472e82e99d67d3e05405f3a3698fb
tree9d0ac674122ef891340be542daae8b840d18ec9a
parent4bfc6fba78a37ca246bd25753844788d4e562aaf
First cut at getting debugging support for ARM/MC/ELF/.o

DWARF stuff also gets fixed up by ELFARMAsmBackend::ApplyFixup(),
but the offset is not guaranteed to be mod 4 == 0 as in text/data.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131137 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmBackend.cpp