llvm-6502/tools/llvm-ar
Rafael Espindola cf48cf23de Add support for the 's' operation to llvm-ar.
If no other operation is specified, 's' becomes an operation instead of an
modifier. The s operation just creates a symbol table. It is the same as
running ranlib.

We assume the archive was created by a sane ar (like llvm-ar or gnu ar) and
if the symbol table is present, then it is current. We use that to optimize
the most common case: a broken build system that thinks it has to run ranlib.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187353 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-29 12:40:31 +00:00
..
CMakeLists.txt Change llvm-ar to use lib/Object. 2013-07-12 20:21:39 +00:00
llvm-ar.cpp Add support for the 's' operation to llvm-ar. 2013-07-29 12:40:31 +00:00
LLVMBuild.txt Move lib/Archive to tools/llvm-ar. 2013-06-17 15:47:20 +00:00
Makefile fix autoconf build 2013-07-12 20:45:01 +00:00