diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-06 17:27:56 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-06 17:27:56 +0000 |
commit | 0bbe0b440ee2cef47dcb7b281825eb70341c16dd (patch) | |
tree | cb89c6c7e0e793b024fa78547f2adf48f015bec2 /lib/Target/PowerPC/PPCMCAsmInfo.cpp | |
parent | 6d86492f5ed0f9853ddd3b24e1aa037e305e1784 (diff) | |
download | external_llvm-0bbe0b440ee2cef47dcb7b281825eb70341c16dd.zip external_llvm-0bbe0b440ee2cef47dcb7b281825eb70341c16dd.tar.gz external_llvm-0bbe0b440ee2cef47dcb7b281825eb70341c16dd.tar.bz2 |
Second try at making direct object emission produce the same results
as llc + llvm-mc. This time ELF is not changed and I tested that llvm-gcc
bootstrap on darwin10 using darwin9's assembler and linker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCMCAsmInfo.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCMCAsmInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/PPCMCAsmInfo.cpp index 89c8cb6..3b766b0 100644 --- a/lib/Target/PowerPC/PPCMCAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCMCAsmInfo.cpp @@ -22,9 +22,6 @@ PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) { if (!is64Bit) Data64bitsDirective = 0; // We can't emit a 64-bit unit in PPC32 mode. - if (is64Bit) - NeedsSetToChangeDiffSize = true; - AssemblerDialect = 1; // New-Style mnemonics. SupportsDebugInformation= true; // Debug information. } |