aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC
Commit message (Collapse)AuthorAgeFilesLines
* Fix the -opt switch and add a test case for it.Mikhail Glushenkov2008-05-301-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51784 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix: 'sink' handling was broken.Mikhail Glushenkov2008-05-301-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51750 91177308-0d34-0410-b5e6-96231b3b80d8
* Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman!Tanya Lattner2008-05-141-1/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51108 91177308-0d34-0410-b5e6-96231b3b80d8
* Filter option names to escape symbols not allowed as C++ identifiers.Mikhail Glushenkov2008-05-121-0/+12
| | | | | | | | Makes it possible to use options with names like "Wa,". Also fixes the -Wall option handling as a side-effect. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50973 91177308-0d34-0410-b5e6-96231b3b80d8
* Move test files around a bit - fixes the reported number of test cases.Mikhail Glushenkov2008-05-065-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50761 91177308-0d34-0410-b5e6-96231b3b80d8
* Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov2008-05-062-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50759 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a --linker command-line option, make all tests pass.Mikhail Glushenkov2008-05-062-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50755 91177308-0d34-0410-b5e6-96231b3b80d8
* Add two (currently failing) tests.Mikhail Glushenkov2008-05-064-0/+45
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50752 91177308-0d34-0410-b5e6-96231b3b80d8
* Take object file as input and handle files with the same name correctly.Mikhail Glushenkov2008-05-062-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50749 91177308-0d34-0410-b5e6-96231b3b80d8
* First small tests for llvmc2.Mikhail Glushenkov2008-05-064-0/+34
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50734 91177308-0d34-0410-b5e6-96231b3b80d8