[PATCH] Fix line numbers for code inlined from __nodebug__ functions.
David Blaikie
dblaikie at gmail.com
Mon Jun 2 11:27:33 PDT 2014
On Mon, Jun 2, 2014 at 11:25 AM, Chandler Carruth <chandlerc at google.com> wrote:
>
> On Mon, Jun 2, 2014 at 11:16 AM, David Blaikie <dblaikie at gmail.com> wrote:
>>
>> Fair enough - why are these intrinsics marked with __nodebug__?
>
>
> They should never, ever show up in a stack frame. So we don't want to
> produce line tables that reference them directly.
OK - thanks for the context.
More information about the llvm-commits
mailing list