[PATCH] D12426: Omitting debug info function entry for functions that has no code.

Jake VanAdrighem via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 10:26:51 PDT 2015


On Fri, Aug 28, 2015 at 9:43 AM, Adrian Prantl via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> aprantl added a comment.
>
> I assume that a function without code will never get inlined, so this
> should not cause a problem with inlining.
> David, could this affect overload resolution if it is a C++ method that is
> being eliminated?
>
>
I thought we did inline empty functions? I know that in analyzeCall we give
the go ahead if the function is empty.


>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D12426
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150828/a4c0294f/attachment.html>


More information about the llvm-commits mailing list