Initial support for reading standard .a files
authorChris Lattner <sabre@nondot.org>
Sat, 19 Apr 2003 21:45:34 +0000 (21:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Apr 2003 21:45:34 +0000 (21:45 +0000)
commit968cfd0b6e5aa4eac98c748fafd145889b4c7b83
treee833df581ab710ce989f67614b79a219849a4102
parentf6099df1948d7a12cae2c29a51e5cae8f4f3e8b7
Initial support for reading standard .a files

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5820 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Archive/ArchiveReader.cpp [new file with mode: 0644]
lib/Bytecode/Archive/ArchiveReader.cpp [new file with mode: 0644]
lib/Bytecode/Reader/ArchiveReader.cpp [new file with mode: 0644]