[llvm-commits] CVS: llvm/lib/Target/CBackend/CBackend.cpp

Chris Lattner clattner at apple.com
Sat Feb 3 15:34:20 PST 2007


On Jan 26, 2007, at 1:43 PM, Reid Spencer wrote:

> On Fri, 2007-01-26 at 13:33 -0800, Chris Lattner wrote:
>>> For PR645: http://llvm.org/PR645 :
>>> Remove the Function::renameLocalSymbols function as it is no longer
>>> needed.
>>
>> I'm not sure this one is safe.  Does the CBE prefix local symbols
>> with something to make them distinct from global symbols in the
>> generated .cbe.c code?
>
> It does so much name mangling, I'm just not sure. I'll look into it.

I filed PR1164 for this.

-Chris



More information about the llvm-commits mailing list