diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-11 22:31:42 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-11 22:31:42 +0000 |
| commit | ca22f87bf12d401bf7b3f0411daaa5184131dfa2 (patch) | |
| tree | a6903d6001a6e72c8213a4d7cd98bae3dfe0c3cc /lib/Target/PowerPC/PPCTargetAsmInfo.cpp | |
| parent | 75a0730447f4e62a6fda1f97fd78d7a368c5ef1e (diff) | |
| download | external_llvm-ca22f87bf12d401bf7b3f0411daaa5184131dfa2.zip external_llvm-ca22f87bf12d401bf7b3f0411daaa5184131dfa2.tar.gz external_llvm-ca22f87bf12d401bf7b3f0411daaa5184131dfa2.tar.bz2 | |
factorize more darwin TAI stuff. Note that this gives
darwin/arm support for .no_dead_strip
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetAsmInfo.cpp')
| -rw-r--r-- | lib/Target/PowerPC/PPCTargetAsmInfo.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index 4f69f7e..58926e3 100644 --- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp @@ -22,19 +22,13 @@ using namespace llvm::dwarf; PPCDarwinTargetAsmInfo::PPCDarwinTargetAsmInfo(const PPCTargetMachine &TM) { PCSymbol = "."; CommentString = ";"; - UsedDirective = "\t.no_dead_strip\t"; ExceptionsType = ExceptionHandling::Dwarf; - GlobalEHDirective = "\t.globl\t"; - SupportsWeakOmittedEHFrame = false; - const PPCSubtarget *Subtarget = &TM.getSubtarget<PPCSubtarget>(); bool isPPC64 = Subtarget->isPPC64(); if (!isPPC64) Data64bitsDirective = 0; // we can't emit a 64-bit unit - AlignmentIsInBytes = false; - LCOMMDirective = "\t.lcomm\t"; InlineAsmStart = "# InlineAsm Start"; InlineAsmEnd = "# InlineAsm End"; AssemblerDialect = Subtarget->getAsmFlavor(); |
