summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/2004-02-20-Builtins.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove test/FrontendC, almost all of the tests have been migratedEric Christopher2011-07-261-8/+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 itDuncan Sands2010-11-251-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 some llvm-gcc warnings in testcases, mostly by adding includes or addingMatthijs Kooijman2008-06-101-0/+2
| | | | | | | | | | declarations. These are the fixes that I was pretty confident about, there are still a lot of other llvm-gcc warnings of which I'm not sure if they can be safely ignored or fixed, without breaking the test case. This fixes 11 testcases. llvm-svn: 52176
* For PR1338: Rename test dirsAnton Korobeynikov2008-05-291-0/+6
llvm-svn: 51695
OpenPOWER on IntegriCloud