summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-04 21:49:31 +0000
committerChris Lattner <sabre@nondot.org>2010-04-04 21:49:31 +0000
commit8964b838e40d34bafe4161638958fbc6b989a876 (patch)
tree08310030f23a9a4f07918ef022ef24228ecef897 /llvm/lib
parent407f8488358c2e2ad32f2662900aa582d0328989 (diff)
downloadbcm5719-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.cpp1
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;
OpenPOWER on IntegriCloud