Move lib/Archive to tools/llvm-ar.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 17 Jun 2013 15:47:20 +0000 (15:47 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 17 Jun 2013 15:47:20 +0000 (15:47 +0000)
commit8496faea07de27b6d3435d02855db4bfebcc2781
tree4345703a348c3b6144793e0b7f9b2a672cadb54f
parent5cd6db9a514ccb37df20455e543c88df5594eec0
Move lib/Archive to tools/llvm-ar.

llvm-ar is the only tool that needs to write archive files. Every other tool
should be able to use the lib/Object interface.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184083 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
include/llvm/Bitcode/Archive.h [deleted file]
lib/Archive/Archive.cpp [deleted file]
lib/Archive/ArchiveInternals.h [deleted file]
lib/Archive/ArchiveReader.cpp [deleted file]
lib/Archive/ArchiveWriter.cpp [deleted file]
lib/Archive/CMakeLists.txt [deleted file]
lib/Archive/LLVMBuild.txt [deleted file]
lib/Archive/Makefile [deleted file]
lib/CMakeLists.txt
lib/LLVMBuild.txt
lib/Makefile
tools/llvm-ar/Archive.cpp [new file with mode: 0644]
tools/llvm-ar/Archive.h [new file with mode: 0644]
tools/llvm-ar/ArchiveInternals.h [new file with mode: 0644]
tools/llvm-ar/ArchiveReader.cpp [new file with mode: 0644]
tools/llvm-ar/ArchiveWriter.cpp [new file with mode: 0644]
tools/llvm-ar/CMakeLists.txt
tools/llvm-ar/LLVMBuild.txt
tools/llvm-ar/Makefile
tools/llvm-ar/llvm-ar.cpp