summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-lib/invalid.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-lib] Correctly handle .lib input filesRui Ueyama2019-10-021-1/+1
| | | | | | | | | | | | | | | | If archive files are passed as input files, llvm-lib needs to append the members of the input archive files to the output file. This patch implements that behavior. This patch splits an existing function into smaller functions. Effectively, the new code is only `if (Magic == file_magic::archive) { ... }` part. Fixes https://bugs.llvm.org/show_bug.cgi?id=32674 Differential Revision: https://reviews.llvm.org/D68204 llvm-svn: 373424
* [test] Move llvm-lib tests into tools/llvm-lib. NFC.Martin Storsjo2017-11-021-0/+2
Similarly to SVN r317189 for llvm-dlltool, these are probably easier to find in a tools subdirectory with a name identical to the tool, than in a toplevel directory with a different name. This matches the move of LibDriver itself in SVN r302995. Differential Revision: https://reviews.llvm.org/D39531 llvm-svn: 317262
OpenPOWER on IntegriCloud