For PR1558:
authorReid Spencer <rspencer@reidspencer.com>
Tue, 17 Jul 2007 06:20:38 +0000 (06:20 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 17 Jul 2007 06:20:38 +0000 (06:20 +0000)
commitcb5da4a8b63696acda016a829257e6c68d938324
tree2dfc4abe37f4900539043570bb55e78ba3eca5c9
parentc3dbe70ce75e2fff00f6ea876ba9c39af4510d06
For PR1558:
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39963 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
test/C++Frontend/2006-11-06-StackTrace.cpp [new file with mode: 0644]
test/C++Frontend/2006-11-20-GlobalSymbols.cpp [new file with mode: 0644]
test/C++Frontend/2006-11-30-NoCompileUnit.cpp [new file with mode: 0644]
test/C++Frontend/2006-11-30-Pubnames.cpp [new file with mode: 0644]
test/C++Frontend/2007-01-02-UnboundedArray.cpp [new file with mode: 0644]
test/CFrontend/BasicInstrs.c [new file with mode: 0644]
test/CFrontend/funccall.c [new file with mode: 0644]
test/CodeGen/Generic/BasicInstrs.c [deleted file]
test/DebugInfo/2006-11-06-StackTrace.cpp [deleted file]
test/DebugInfo/2006-11-20-GlobalSymbols.cpp [deleted file]
test/DebugInfo/2006-11-30-NoCompileUnit.cpp [deleted file]
test/DebugInfo/2006-11-30-Pubnames.cpp [deleted file]
test/DebugInfo/2007-01-02-UnboundedArray.cpp [deleted file]
test/DebugInfo/funccall.c [deleted file]