Reenable debug info on PPC. Works well enough to

bootstrap.

llvm-svn: 92818
This commit is contained in:
Dale Johannesen 2010-01-06 02:21:00 +00:00
parent 3257b4cc9b
commit 237b1c12be
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) {
if (!is64Bit)
Data64bitsDirective = 0; // We can't emit a 64-bit unit in PPC32 mode.
AssemblerDialect = 1; // New-Style mnemonics.
SupportsDebugInformation= true; // Debug information.
}
PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {