summaryrefslogtreecommitdiffstats
path: root/llvm/test/C++Frontend/2006-11-30-NoCompileUnit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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