OSDN Git Service

[llvm-ar] Access ADDLIB in llvm-ar via command line
authorOwen Reynolds <gbreynoo@gmail.com>
Fri, 26 Oct 2018 13:34:38 +0000 (13:34 +0000)
committerOwen Reynolds <gbreynoo@gmail.com>
Fri, 26 Oct 2018 13:34:38 +0000 (13:34 +0000)
commit0cb7fad74cf71229ac3e92d27222c395f97da8cb
treeffdb4db9b0bbb23af8099e1e1b96d6f3cbb12869
parent92794ee479fb45ae867c2dc006051b87b03f0c4d
[llvm-ar] Access ADDLIB in llvm-ar via command line

ADDLIB is called to add the contents of an archive to another archive.
Previously this was only accessible through the use of an MRI script.

With the use of a new "L" modifier, archive files can treated in the
manner above when using quick append.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345383 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-ar/Inputs/add-lib1.yaml [new file with mode: 0644]
test/tools/llvm-ar/Inputs/add-lib2.yaml [new file with mode: 0644]
test/tools/llvm-ar/Inputs/add-lib3.yaml [new file with mode: 0644]
test/tools/llvm-ar/add-library.test [new file with mode: 0644]
tools/llvm-ar/llvm-ar.cpp