aboutsummaryrefslogtreecommitdiff
path: root/test/Archive/extract.ll
AgeCommit message (Collapse)Author
2011-07-02Avoid writing to an arbitrary filename during the test run by writing toChandler Carruth
a file descriptor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134355 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-02test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev!NAKAMURA Takumi
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120698 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-08Merge Archive/extract* tests into one; this avoids a race when tests are run inDaniel Dunbar
parallel (the test should really use temps for the output, though). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81287 91177308-0d34-0410-b5e6-96231b3b80d8