diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-04 21:49:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-04 21:49:31 +0000 |
commit | 8964b838e40d34bafe4161638958fbc6b989a876 (patch) | |
tree | 08310030f23a9a4f07918ef022ef24228ecef897 /llvm/lib | |
parent | 407f8488358c2e2ad32f2662900aa582d0328989 (diff) | |
download | bcm5719-llvm-8964b838e40d34bafe4161638958fbc6b989a876.tar.gz bcm5719-llvm-8964b838e40d34bafe4161638958fbc6b989a876.zip |
revert my patch, need to reconsider this and figure out what is really going on.
llvm-svn: 100358
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/ARM/ARMMCAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp b/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp index 53edfcad930..20197e487d3 100644 --- a/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp +++ b/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp @@ -58,6 +58,7 @@ ARMELFMCAsmInfo::ARMELFMCAsmInfo() { CommentString = "@"; HasLEB128 = true; + AbsoluteDebugSectionOffsets = true; PrivateGlobalPrefix = ".L"; WeakRefDirective = "\t.weak\t"; HasLCOMMDirective = true; |