[LLVMdev] clang doesn't set code column in debug info records

Chandler Carruth chandlerc at google.com
Sat Jan 25 15:07:33 PST 2014


On Sat, Jan 25, 2014 at 2:36 PM, Yuri <yuri at rawbw.com> wrote:

> On 01/25/2014 01:19, Yaron Keren wrote:
>
>> You need to set
>>
>>    clang::CodeGenOptions.DebugColumnInfo = 1;
>>
>> it's not enabled by default.
>>
>
> Why this isn't a default? Is there some benefit to keeping it off?


It dramatically increases the size of the debug info. Note that this
question is probably better asked on the Clang mailing list.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140125/031fb5f3/attachment.html>


More information about the llvm-dev mailing list