Adding changes to support GNU style archive library reading
authorShankar Easwaran <shankare@codeaurora.org>
Tue, 13 Nov 2012 18:38:42 +0000 (18:38 +0000)
committerShankar Easwaran <shankare@codeaurora.org>
Tue, 13 Nov 2012 18:38:42 +0000 (18:38 +0000)
commit206252cc9f5509b27aa0761c677fdee8daff001c
tree10ffe1df6508703df2117670df2f4f0e38076d98
parentf7414823871c7707a6af61c19e5f9ce3a4fa861c
Adding changes to support GNU style archive library reading

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167853 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/Archive.h
lib/Object/Archive.cpp
test/Object/Inputs/coff_archive.lib [new file with mode: 0755]
test/Object/Inputs/liblong_filenames.a [new file with mode: 0644]
test/Object/Inputs/libsimple_archive.a [new file with mode: 0644]
test/Object/archive-long-index.test [new file with mode: 0644]
test/Object/coff-archive.test [new file with mode: 0644]
test/Object/simple-archive.test [new file with mode: 0644]
tools/llvm-nm/llvm-nm.cpp