aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-01-06 02:21:00 +0000
committerDale Johannesen <dalej@apple.com>2010-01-06 02:21:00 +0000
commite2c96a088b6511437a9cf540efdb0e642e9816cf (patch)
tree4dadbd870e65fbb14893cae8661aff4c44cfa227
parent760acc07f1b781b881b428fde45b6d63bd9e9fb4 (diff)
downloadexternal_llvm-e2c96a088b6511437a9cf540efdb0e642e9816cf.zip
external_llvm-e2c96a088b6511437a9cf540efdb0e642e9816cf.tar.gz
external_llvm-e2c96a088b6511437a9cf540efdb0e642e9816cf.tar.bz2
Reenable debug info on PPC. Works well enough to
bootstrap. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92818 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/PPCMCAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
index c87879b..ee6deb5 100644
--- a/lib/Target/PowerPC/PPCMCAsmInfo.cpp
+++ b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
@@ -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) {