search for: 71c06c4b

Displaying 2 results from an estimated 2 matches for "71c06c4b".

2012 Aug 03
0
[LLVMdev] Formats supported by llvm/Object/Archive.h
On Fri, Aug 3, 2012 at 6:45 AM, Alexey Samsonov <samsonov at google.com> wrote: > Hi, llvmdev > > I've tried to use llvm/Object/Archive.h to print the archive symbol table > for standard Unix .a files by slightly extending a code in llvm-nm, > and the code crashed with wild segfault. It looks like the implementation in > lib/Object/Archive.cpp assumes completely
2012 Aug 03
2
[LLVMdev] Formats supported by llvm/Object/Archive.h
Hi, llvmdev I've tried to use llvm/Object/Archive.h to print the archive symbol table for standard Unix .a files by slightly extending a code in llvm-nm, and the code crashed with wild segfault. It looks like the implementation in lib/Object/Archive.cpp assumes completely different symbol table format from what I have (which I believe is SVR4/GNU variant). Which archive formats does libObject