summaryrefslogtreecommitdiffstats
path: root/llvm/test/Archive/extract.ll
Commit message (Collapse)AuthorAgeFilesLines
* Move tests from test/Archive to test/Object.Rafael Espindola2013-07-101-16/+0
| | | | | | | | There is no lib/Archive anymore and some archive tests were in test/Archive and others in test/Object. Since archive is just one of the formats supported by lib/Object, test/Object is probably the best location. llvm-svn: 186038
* Avoid writing to an arbitrary filename during the test run by writing toChandler Carruth2011-07-021-8/+8
| | | | | | a file descriptor. llvm-svn: 134355
* test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev!NAKAMURA Takumi2010-12-021-4/+4
| | | | llvm-svn: 120698
* Merge Archive/extract* tests into one; this avoids a race when tests are run inDaniel Dunbar2009-09-081-0/+16
parallel (the test should really use temps for the output, though). llvm-svn: 81287
OpenPOWER on IntegriCloud