summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-ar/add-library.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-ar] Access ADDLIB in llvm-ar via command lineOwen Reynolds2018-10-261-0/+43
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. llvm-svn: 345383
OpenPOWER on IntegriCloud