summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-04 11:12:51 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-04 11:12:51 +0000
commit3c5b68e2a7b1e90261e780178700d30118f6a060 (patch)
treef6df732bbd59cac56c5a92991cd8f5a28eb32f3c /llvm/lib/Target
parent3870fbb561bdb8f22205d376b0c2a77ae627be0e (diff)
downloadbcm5719-llvm-3c5b68e2a7b1e90261e780178700d30118f6a060.tar.gz
bcm5719-llvm-3c5b68e2a7b1e90261e780178700d30118f6a060.zip
Fix a typo - this unbreaks llvm-gcc build on arm
llvm-svn: 78059
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetObjectFile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetObjectFile.h b/llvm/lib/Target/ARM/ARMTargetObjectFile.h
index 604dd83bc84..b2e9ce51d13 100644
--- a/llvm/lib/Target/ARM/ARMTargetObjectFile.h
+++ b/llvm/lib/Target/ARM/ARMTargetObjectFile.h
@@ -25,10 +25,10 @@ namespace llvm {
// That will allow not treating these as "directives".
if (TM.getSubtarget<ARMSubtarget>().isAAPCS_ABI()) {
StaticCtorSection =
- getOrCreateSection("\t.section .init_array,\"aw\",%init_array", false,
+ getOrCreateSection(".init_array,\"aw\",%init_array", false,
SectionKind::getDataRel());
StaticDtorSection =
- getOrCreateSection("\t.section .fini_array,\"aw\",%fini_array", false,
+ getOrCreateSection(".fini_array,\"aw\",%fini_array", false,
SectionKind::getDataRel());
}
}
OpenPOWER on IntegriCloud