[llvm-commits] [llvm] r92818 - /llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp
Dale Johannesen
dalej at apple.com
Tue Jan 5 18:21:01 PST 2010
Author: johannes
Date: Tue Jan 5 20:21:00 2010
New Revision: 92818
URL: http://llvm.org/viewvc/llvm-project?rev=92818&view=rev
Log:
Reenable debug info on PPC. Works well enough to
bootstrap.
Modified:
llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp
Modified: llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp?rev=92818&r1=92817&r2=92818&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp Tue Jan 5 20:21:00 2010
@@ -22,6 +22,7 @@
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) {
More information about the llvm-commits
mailing list