Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove test/FrontendC, almost all of the tests have been migrated | Eric Christopher | 2011-07-26 | 1 | -18/+0 |
| | | | | | | to clang now, the rest are in process (6) or have been deleted. llvm-svn: 136191 | ||||
* | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands | 2010-11-25 | 1 | -1/+1 |
| | | | | | | | | automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120158 | ||||
* | Fix these so that they work on non-x86 Darwin machines. | Bill Wendling | 2009-06-04 | 1 | -1/+1 |
| | | | | llvm-svn: 72903 | ||||
* | Specify that this works for Darwin. | Bill Wendling | 2009-06-04 | 1 | -1/+1 |
| | | | | llvm-svn: 72899 | ||||
* | For XTARGET to work on targets not in the list, | Dale Johannesen | 2009-06-04 | 1 | -0/+1 |
| | | | | | | | there must also be an XFAIL line. Fix a couple examples of this. llvm-svn: 72876 | ||||
* | Use %llvmgcc instead of llvm-gcc. | Bill Wendling | 2009-05-04 | 1 | -1/+1 |
| | | | | llvm-svn: 70886 | ||||
* | Testcase for PR3967. | Duncan Sands | 2009-05-04 | 1 | -0/+17 |
llvm-svn: 70856 |