diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-04-04 21:37:20 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-04-04 21:37:20 +0000 |
| commit | 407f8488358c2e2ad32f2662900aa582d0328989 (patch) | |
| tree | a79db47aac3821b06c444d04328b67eff8fd340a /llvm/lib | |
| parent | 638b3e00004591808c60ae6c0105b42a8c158086 (diff) | |
| download | bcm5719-llvm-407f8488358c2e2ad32f2662900aa582d0328989.tar.gz bcm5719-llvm-407f8488358c2e2ad32f2662900aa582d0328989.zip | |
fix pasto, this is the wrong setting for arm elf.
llvm-svn: 100357
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMMCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp b/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp index 20197e487d3..53edfcad930 100644 --- a/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp +++ b/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp @@ -58,7 +58,6 @@ ARMELFMCAsmInfo::ARMELFMCAsmInfo() { CommentString = "@"; HasLEB128 = true; - AbsoluteDebugSectionOffsets = true; PrivateGlobalPrefix = ".L"; WeakRefDirective = "\t.weak\t"; HasLCOMMDirective = true; |

