summaryrefslogtreecommitdiffstats
path: root/llvm/test/LibDriver/resource.test
Commit message (Collapse)AuthorAgeFilesLines
* [test] Move llvm-lib tests into tools/llvm-lib. NFC.Martin Storsjo2017-11-021-3/+0
| | | | | | | | | | | | 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
* LibDriver: Allow resource files to be archive members.Peter Collingbourne2016-12-151-0/+3
It seems pointless to add a resource to an archive because it won't have any symbols to link against (and link.exe doesn't have an equivalent of --whole-archive), but lib.exe allows it for some reason. llvm-svn: 289859
OpenPOWER on IntegriCloud