[llvm-commits] [llvm] r77960 - in /llvm/trunk/tools/lto: LTOCodeGenerator.cpp LTOCodeGenerator.h lto.cpp

Chris Lattner clattner at apple.com
Mon Aug 3 12:01:28 PDT 2009


On Aug 3, 2009, at 10:49 AM, Devang Patel wrote:

>>>>
>>>> Modified:
>>>>    llvm/trunk/tools/lto/LTOCodeGenerator.cpp
>>>>    llvm/trunk/tools/lto/LTOCodeGenerator.h
>>>>    llvm/trunk/tools/lto/lto.cpp
>>>
>>> What about lto_codegen_set_gcc_path() ? This is breaking  
>>> (removing) C
>>> api. Is it really necessary ?
>>
>> Is anyone using it?
>
> I do not know. Typically lto clients are not in llvm svn. AFAIK,
> Darwin ld64 does not use lto_codegen_set_gcc_path(). I am not sure
> about other clients.

Ok, since we didn't ship it in llvm 2.5, unless someone knows of a  
client of this, I think it is fine to remove it.

-Chris



More information about the llvm-commits mailing list