commit | 7fbb0a1d451373a93b58b31f40e4e7c275d5c9eb | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Aug 11 22:06:07 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Aug 11 22:06:07 2009 +0000 |
tree | db487ea0e05e19043697704ae86613c740870df4 | |
parent | 2dd68a20cb6e307a7e46dfa363b8ba75d5072b01 [diff] [blame] |
move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate template in PPC backend for TAI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78727 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMTargetAsmInfo.cpp b/lib/Target/ARM/ARMTargetAsmInfo.cpp index 653219b..755ee15 100644 --- a/lib/Target/ARM/ARMTargetAsmInfo.cpp +++ b/lib/Target/ARM/ARMTargetAsmInfo.cpp
@@ -62,6 +62,8 @@ PrivateGlobalPrefix = ".L"; WeakRefDirective = "\t.weak\t"; SetDirective = "\t.set\t"; + LCOMMDirective = "\t.lcomm\t"; + DwarfRequiresFrameSection = false; SupportsDebugInformation = true;