Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [utils] Remove the OptionalTests subdir no one runs. | Daniel Dunbar | 2013-01-25 | 1 | -338/+0 |
| | | | | llvm-svn: 173491 | ||||
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129559 | ||||
* | Extern darwin-clang_rt.c test to also test targetting ARM ({armv6, armv7} x | Daniel Dunbar | 2010-01-23 | 1 | -10/+90 |
| | | | | | | {thumb,no-thumb}). llvm-svn: 94264 | ||||
* | Add a test for clang_rt support on Darwin. With appropriate massaging, this | Daniel Dunbar | 2010-01-21 | 1 | -0/+258 |
checks that the runtime library can be linked and works for compiling on 10.6 for 10.{4,5,6} targets. Currently test is only for x86, and misses some compiler-rt functions. llvm-svn: 94083 |