[cfe-commits] r130736 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

John McCall rjmccall at apple.com
Mon May 2 20:36:48 PDT 2011


On May 2, 2011, at 3:49 PM, Devang Patel wrote:
> Author: dpatel
> Date: Mon May  2 17:49:30 2011
> New Revision: 130736
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=130736&view=rev
> Log:
> Function with internal linkage name do not have mangled name.

Devang, is there a particular reason you can't just take this name
from the llvm::Function that's been passed in?

John.



More information about the cfe-commits mailing list