[llvm-commits] [llvm] r90160 - in /llvm/trunk/test: FrontendC++/2006-11-30-Pubnames.cpp FrontendC++/m64-ptr.cpp FrontendC/2009-02-17-BitField-dbg.c

Chris Lattner clattner at apple.com
Tue Dec 1 10:46:56 PST 2009


On Dec 1, 2009, at 9:43 AM, Devang Patel wrote:

> On Mon, Nov 30, 2009 at 5:45 PM, Chris Lattner <clattner at apple.com>  
> wrote:
>>
>> On Nov 30, 2009, at 2:23 PM, Bill Wendling wrote:
>>
>>> Author: void
>>> Date: Mon Nov 30 16:23:29 2009
>>> New Revision: 90160
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=90160&view=rev
>>> Log:
>>> Debug info is disabled on PPC Darwin.
>>
>> Why is debug info disabled on ppc darwin?
>
> I think it happened accidently during MCAsmInfo transition.
> PPCMCAsmInfoDarwin() does not set SupportsDebugInformation. So, the
> PPC support has bit rotted little bit. There is one bug blocking
> llvm-gcc bootstrap because of debug info, which needs to be fixed
> before PPCMCAsmInfoDarwin() is updated to set
> SupportsDebugInformation.

Ah, that is unfortunate.  Are you tracking down this problem?  Thanks  
Devang,

-Chris



More information about the llvm-commits mailing list