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

Michael Spencer bigcheesegs at gmail.com
Sun Oct 16 17:00:24 PDT 2011


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.

- Michael Spencer




More information about the llvm-commits mailing list