[llvm] r178279 - Hexagon: Enable SupportDebugInfomation and DwarfInSection flags.
Jyotsna Verma
jverma at codeaurora.org
Thu Mar 28 14:24:25 PDT 2013
>> + 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
needed. But, I do need to set SupportsDebugInformation in order to generate
debug information required for many clang test s to pass.
I'll be taking DwarfUsesInlineInfoSection flag out.
Thanks,
Jyotsna
More information about the llvm-commits
mailing list