summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-05-14 18:32:56 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-05-14 18:32:56 +0000
commit3551928a2bde9d3756d8dae2f93f93c1f5339611 (patch)
tree0aec04b0d55df787091b79e2cbf545423d8901bf /llvm/lib/Target
parentbc5c15276bf462d22acd3bba57c0b674d371508a (diff)
downloadbcm5719-llvm-3551928a2bde9d3756d8dae2f93f93c1f5339611.tar.gz
bcm5719-llvm-3551928a2bde9d3756d8dae2f93f93c1f5339611.zip
Enable aliases on arm-linux.
llvm-svn: 37042
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp b/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
index c7cf074b4e8..13b9362a55f 100644
--- a/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
+++ b/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
@@ -69,6 +69,7 @@ ARMTargetAsmInfo::ARMTargetAsmInfo(const ARMTargetMachine &TM) {
ReadOnlySection = "\t.section\t.rodata\n";
PrivateGlobalPrefix = ".L";
WeakRefDirective = "\t.weak\t";
+ SetDirective = "\t.set\t";
DwarfRequiresFrameSection = false;
DwarfAbbrevSection = "\t.section\t.debug_abbrev,\"\",%progbits";
DwarfInfoSection = "\t.section\t.debug_info,\"\",%progbits";
OpenPOWER on IntegriCloud