[PATCH] Fix line numbers for code inlined from __nodebug__ functions.

Chandler Carruth chandlerc at google.com
Mon Jun 2 11:25:12 PDT 2014


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140602/783d4d0a/attachment.html>


More information about the llvm-commits mailing list