summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/link-archive.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-16/+0
| | | | | | | | | | | | | | | | llvm-ld is no longer useful and causes confusion and so it is being removed. * Does not work very well on Windows because it must call a gcc like driver to assemble and link. * Has lots of hard coded paths which are wrong on many systems. * Does not understand most of ld's options. * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} | ld, or fully replaced by Clang. I know of no production use of llvm-ld, and hacking use should be replaced by Clang's driver. llvm-svn: 155147
* Make everyone happy this time.Michael J. Spencer2011-01-161-1/+1
| | | | llvm-svn: 123599
* Try and fix this test. For some reason llvm-ar thinks that the file exists whenMichael J. Spencer2011-01-161-0/+1
| | | | | | | it shouldn't, but I have no way to verify that it doesn't actually exist on the buildbot. llvm-svn: 123594
* Revert "Archive: Replace all internal uses of PathV1 with PathV2. The ↵Michael J. Spencer2011-01-161-1/+0
| | | | | | external API still uses PathV1." llvm-svn: 123557
* one of michael's recent patches broke this, temporarily disableChris Lattner2011-01-161-0/+1
| | | | | | it so the bots go green llvm-svn: 123555
* Remove obsolete -f flags.Dan Gohman2009-08-251-2/+2
| | | | llvm-svn: 79992
* Use the c modifier to tell llvm-ar not to issue aDuncan Sands2008-06-271-2/+2
| | | | | | | warning when creating the archive (the warning causes the test to fail). llvm-svn: 52824
* Add a test case for PR1434Reid Spencer2007-05-181-0/+15
llvm-svn: 37203
OpenPOWER on IntegriCloud