From cb5da4a8b63696acda016a829257e6c68d938324 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 17 Jul 2007 06:20:38 +0000 Subject: [PATCH] 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 --- test/{DebugInfo => C++Frontend}/2006-11-06-StackTrace.cpp | 0 test/{DebugInfo => C++Frontend}/2006-11-20-GlobalSymbols.cpp | 0 test/{DebugInfo => C++Frontend}/2006-11-30-NoCompileUnit.cpp | 0 test/{DebugInfo => C++Frontend}/2006-11-30-Pubnames.cpp | 0 test/{DebugInfo => C++Frontend}/2007-01-02-UnboundedArray.cpp | 0 test/{CodeGen/Generic => CFrontend}/BasicInstrs.c | 0 test/{DebugInfo => CFrontend}/funccall.c | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename test/{DebugInfo => C++Frontend}/2006-11-06-StackTrace.cpp (100%) rename test/{DebugInfo => C++Frontend}/2006-11-20-GlobalSymbols.cpp (100%) rename test/{DebugInfo => C++Frontend}/2006-11-30-NoCompileUnit.cpp (100%) rename test/{DebugInfo => C++Frontend}/2006-11-30-Pubnames.cpp (100%) rename test/{DebugInfo => C++Frontend}/2007-01-02-UnboundedArray.cpp (100%) rename test/{CodeGen/Generic => CFrontend}/BasicInstrs.c (100%) rename test/{DebugInfo => CFrontend}/funccall.c (100%) diff --git a/test/DebugInfo/2006-11-06-StackTrace.cpp b/test/C++Frontend/2006-11-06-StackTrace.cpp similarity index 100% rename from test/DebugInfo/2006-11-06-StackTrace.cpp rename to test/C++Frontend/2006-11-06-StackTrace.cpp diff --git a/test/DebugInfo/2006-11-20-GlobalSymbols.cpp b/test/C++Frontend/2006-11-20-GlobalSymbols.cpp similarity index 100% rename from test/DebugInfo/2006-11-20-GlobalSymbols.cpp rename to test/C++Frontend/2006-11-20-GlobalSymbols.cpp diff --git a/test/DebugInfo/2006-11-30-NoCompileUnit.cpp b/test/C++Frontend/2006-11-30-NoCompileUnit.cpp similarity index 100% rename from test/DebugInfo/2006-11-30-NoCompileUnit.cpp rename to test/C++Frontend/2006-11-30-NoCompileUnit.cpp diff --git a/test/DebugInfo/2006-11-30-Pubnames.cpp b/test/C++Frontend/2006-11-30-Pubnames.cpp similarity index 100% rename from test/DebugInfo/2006-11-30-Pubnames.cpp rename to test/C++Frontend/2006-11-30-Pubnames.cpp diff --git a/test/DebugInfo/2007-01-02-UnboundedArray.cpp b/test/C++Frontend/2007-01-02-UnboundedArray.cpp similarity index 100% rename from test/DebugInfo/2007-01-02-UnboundedArray.cpp rename to test/C++Frontend/2007-01-02-UnboundedArray.cpp diff --git a/test/CodeGen/Generic/BasicInstrs.c b/test/CFrontend/BasicInstrs.c similarity index 100% rename from test/CodeGen/Generic/BasicInstrs.c rename to test/CFrontend/BasicInstrs.c diff --git a/test/DebugInfo/funccall.c b/test/CFrontend/funccall.c similarity index 100% rename from test/DebugInfo/funccall.c rename to test/CFrontend/funccall.c