search for: archivereader

Displaying 6 results from an estimated 6 matches for "archivereader".

2005 Feb 26
1
[LLVMdev] Patch to determine whether an LLVM archive file really is such
This is needed for my native linker patch that is coming soon. As discussed on IRC: Index: lib/Bytecode/Archive/ArchiveReader.cpp =================================================================== RCS file: /var/cvs/llvm/llvm/lib/Bytecode/Archive/ArchiveReader.cpp,v retrieving revision 1.38 diff -u -r1.38 ArchiveReader.cpp --- lib/Bytecode/Archive/ArchiveReader.cpp 29 Dec 2004 01:20:24 -0000 1.38 +++ lib/Bytec...
2012 Oct 19
2
[LLVMdev] LLD archive library design
Hi, I have started to work on support for Reading archive libraries in lld and thought of using the llvm/lib/ArchiveReader for this. The ArchiveReader doesnot fully support GNU archive libraries (thin archives), do you think we should continue using llvm/lib/ArchiveReader ? I was chatting with Michael and looks like there have been discussions and small sketches done on reading archive libraries in lld. Can you pr...
2012 Oct 19
0
[LLVMdev] LLD archive library design
On Oct 19, 2012, at 3:41 PM, Shankar Easwaran wrote: > Hi, > > I have started to work on support for Reading archive libraries in lld and thought of using the llvm/lib/ArchiveReader for this. > > The ArchiveReader doesnot fully support GNU archive libraries (thin archives), do you think we should continue using llvm/lib/ArchiveReader ? > > I was chatting with Michael and looks like there have been discussions and small sketches done on reading archive libraries i...
2012 Oct 23
1
[LLVMdev] LLD archive library design
...ct Thanks Shankar Easwaran Qualcomm Innovation Center. On 10/19/2012 6:17 PM, Nick Kledzik wrote: > On Oct 19, 2012, at 3:41 PM, Shankar Easwaran wrote: > >> Hi, >> >> I have started to work on support for Reading archive libraries in lld and thought of using the llvm/lib/ArchiveReader for this. >> >> The ArchiveReader doesnot fully support GNU archive libraries (thin archives), do you think we should continue using llvm/lib/ArchiveReader ? >> >> I was chatting with Michael and looks like there have been discussions and small sketches done on reading archi...
2012 Oct 23
0
[LLVMdev] LLD archive library design
...pens in appendFiles(). -Nick > On 10/19/2012 6:17 PM, Nick Kledzik wrote: >> On Oct 19, 2012, at 3:41 PM, Shankar Easwaran wrote: >> >>> Hi, >>> >>> I have started to work on support for Reading archive libraries in lld and thought of using the llvm/lib/ArchiveReader for this. >>> >>> The ArchiveReader doesnot fully support GNU archive libraries (thin archives), do you think we should continue using llvm/lib/ArchiveReader ? >>> >>> I was chatting with Michael and looks like there have been discussions and small sketches don...
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing. My residual doubts center around the question whether we still do/want to support (un)compressed *byte*code in 2.0/2.1. I need a definitive word on this to proceed. My understanding is that bytecode is already gone, but there are still some functions/enums that really deal with *byte*code (instead of *bit*code). I did not touch those areas, so the attached