summaryrefslogtreecommitdiffstats
path: root/llvm/test/C++Frontend/2006-11-30-NoCompileUnit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For PR1338: Rename test dirsAnton Korobeynikov2008-05-291-58/+0
| | | | llvm-svn: 51695
* switch from hard coded g++/as tools to the ones detected fromChris Lattner2008-03-101-2/+2
| | | | | | the build system. Patch by Joachim Durchholz for PR2121 llvm-svn: 48134
* The Ada f-e produces various auxiliary output filesDuncan Sands2007-07-231-5/+5
| | | | | | | | | | | that cannot be suppressed and cannot be redirected: they are dumped in the current working directory. When running the testsuite this means that these files do not end up in the Output directory. The best solution I could find is to change directory into Output before running tests. llvm-svn: 40437
* For PR1558:Reid Spencer2007-07-171-0/+58
Move tests that have C/C++ sources into the appropriate directory. This allows them to be selected for testing based on whether llvm-gcc is present or not. llvm-svn: 39963
OpenPOWER on IntegriCloud