[llvm] r178279 - Hexagon: Enable SupportDebugInfomation and DwarfInSection flags.
Eric Christopher
echristo at gmail.com
Thu Mar 28 14:29:30 PDT 2013
On Thu, Mar 28, 2013 at 2:24 PM, Jyotsna Verma <jverma at codeaurora.org> wrote:
>>> + SupportsDebugInformation = true;
>>> + DwarfUsesInlineInfoSection = true;
>>>
>>
>>There's really no reason for you to enable this section. As far as I know
> the
>>only known consumer is old darwin gdbs.
>
> Are you talking about DwarfUsesInlineInfoSection? Yes, that flag is not
Correct. That's why I said section. Sorry I wasn't more specific.
> needed. But, I do need to set SupportsDebugInformation in order to generate
> debug information required for many clang test s to pass.
Debug information emission is pretty helpful sometimes. :)
> I'll be taking DwarfUsesInlineInfoSection flag out.
>
Thanks.
-eric
More information about the llvm-commits
mailing list