[llvm-commits] [llvm] r140626 - in /llvm/trunk: include/llvm/Object/Archive.h lib/Object/Archive.cpp lib/Object/Binary.cpp lib/Object/CMakeLists.txt

Chris Lattner clattner at apple.com
Sun Oct 16 22:50:36 PDT 2011


On Oct 16, 2011, at 5:00 PM, Michael Spencer wrote:

> On Fri, Oct 14, 2011 at 4:16 PM, Chris Lattner <clattner at apple.com> wrote:
>> 
>> On Sep 27, 2011, at 12:36 PM, Michael J. Spencer wrote:
>> 
>>> Author: mspencer
>>> Date: Tue Sep 27 14:36:55 2011
>>> New Revision: 140626
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=140626&view=rev
>>> Log:
>>> Object: Add archive support.
>> 
>> Hey Michael,
>> 
>> How does this related to llvm/lib/Archive?  Can it eventually kill off llvm/lib/Archive?
>> 
>> -Chris
> 
> This code will eventually be able to replace lib/Archive, it already
> does so for llvm-nm.

Great, I'm looking forward to that day. :)

-Chris



More information about the llvm-commits mailing list