diff options
| author | Dale Johannesen <dalej@apple.com> | 2010-01-06 02:21:00 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2010-01-06 02:21:00 +0000 |
| commit | 237b1c12be747104996bfe52ee8c01d8b32925a4 (patch) | |
| tree | 11e9d0f9320e2103cd62d2ff7c7022fc7f4a33e5 /llvm/lib/Target | |
| parent | 3257b4cc9b8b53b8546285d8c2fa4548a4db36a7 (diff) | |
| download | bcm5719-llvm-237b1c12be747104996bfe52ee8c01d8b32925a4.tar.gz bcm5719-llvm-237b1c12be747104996bfe52ee8c01d8b32925a4.zip | |
Reenable debug info on PPC. Works well enough to
bootstrap.
llvm-svn: 92818
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp index c87879b2a33..ee6deb5c509 100644 --- a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp +++ b/llvm/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) { |

