summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-1016-186/+162
| | | | llvm-svn: 48137
* Temporary XFAIL the test, until I'll commit a fixAnton Korobeynikov2008-03-091-0/+1
| | | | llvm-svn: 48110
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-0915-61/+62
| | | | llvm-svn: 48103
* much simpler test caseAndrew Lenharth2008-03-082-442/+3
| | | | llvm-svn: 48045
* add dropped section test case for PR2123Andrew Lenharth2008-03-072-0/+460
| | | | llvm-svn: 48033
* Fix test not to emit junk into source directoryAnton Korobeynikov2008-03-051-2/+2
| | | | llvm-svn: 47947
* Testcase for PR2054Anton Korobeynikov2008-03-052-0/+28
| | | | llvm-svn: 47946
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-112-3/+3
| | | | | | be non-zero. llvm-svn: 44866
* Add a test to ensure that obvious link messages are actually produced on Reid Spencer2007-08-161-0/+11
| | | | | | the standard error. llvm-svn: 41116
* Convert .cvsignore filesJohn Criswell2007-06-291-5/+0
| | | | llvm-svn: 37801
* Add a test case for PR1434Reid Spencer2007-05-181-0/+15
| | | | llvm-svn: 37203
* For PR1319:Reid Spencer2007-04-161-2/+2
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-1538-104/+108
| | | | llvm-svn: 36073
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
| | | | | | | | global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918
* For PR411:Reid Spencer2007-02-051-0/+10
| | | | | | | | | | This patch replaces the SymbolTable class with ValueSymbolTable which does not support types planes. This means that all symbol names in LLVM must now be unique. The patch addresses the necessary changes to deal with this and removes code no longer needed as a result. This completes the bulk of the changes for this PR. Some cleanup patches will follow. llvm-svn: 33918
* For PR411:Reid Spencer2007-01-301-1/+1
| | | | | | | | Update these tests to not use the same name even though the type of the value differs. After PR411 hits, type planes will be gone and it will be illegal for a name to be used twice, regardless of type. llvm-svn: 33660
* Use -f option so test is repeatable.Reid Spencer2007-01-271-2/+2
| | | | llvm-svn: 33589
* Add a test case for PR411.Reid Spencer2007-01-271-0/+13
| | | | llvm-svn: 33588
* Make this really do nothing.Reid Spencer2007-01-271-1/+1
| | | | llvm-svn: 33587
* For PR761:Reid Spencer2007-01-263-5/+5
| | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1742-0/+533
llvm-svn: 33296
OpenPOWER on IntegriCloud