summaryrefslogtreecommitdiffstats
path: root/llvm/test/LibDriver/invalid.test
Commit message (Collapse)AuthorAgeFilesLines
* LibDriver: Allow resource files to be archive members.Peter Collingbourne2016-12-151-1/+1
| | | | | | | | 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
* LibDriver: Reject inputs that are not COFF objects or bitcode files.Peter Collingbourne2016-12-141-0/+2
Fixes PR31372. Differential Revision: https://reviews.llvm.org/D27776 llvm-svn: 289726
OpenPOWER on IntegriCloud