Reenable debug info on PPC. Works well enough to
[oota-llvm.git] / lib / Target / PowerPC / PPCMCAsmInfo.cpp
index c87879b2a332a06222e1936d5f866bd2ef2156c4..ee6deb5c5090e194bac2dbf77f76da6eccd16a43 100644 (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) {