diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-17 06:20:38 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-17 06:20:38 +0000 |
commit | 5bc753e26b7973d5d4534b5a7d8c44b908aea7de (patch) | |
tree | 4e0746a51dc7b50c76485fd5772286c27bde1c5b | |
parent | 396156e00b3eb1e6b7541cf602b667b0e7028d63 (diff) | |
download | bcm5719-llvm-5bc753e26b7973d5d4534b5a7d8c44b908aea7de.tar.gz bcm5719-llvm-5bc753e26b7973d5d4534b5a7d8c44b908aea7de.zip |
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.
llvm-svn: 39963
-rw-r--r-- | llvm/test/C++Frontend/2006-11-06-StackTrace.cpp (renamed from llvm/test/DebugInfo/2006-11-06-StackTrace.cpp) | 0 | ||||
-rw-r--r-- | llvm/test/C++Frontend/2006-11-20-GlobalSymbols.cpp (renamed from llvm/test/DebugInfo/2006-11-20-GlobalSymbols.cpp) | 0 | ||||
-rw-r--r-- | llvm/test/C++Frontend/2006-11-30-NoCompileUnit.cpp (renamed from llvm/test/DebugInfo/2006-11-30-NoCompileUnit.cpp) | 0 | ||||
-rw-r--r-- | llvm/test/C++Frontend/2006-11-30-Pubnames.cpp (renamed from llvm/test/DebugInfo/2006-11-30-Pubnames.cpp) | 0 | ||||
-rw-r--r-- | llvm/test/C++Frontend/2007-01-02-UnboundedArray.cpp (renamed from llvm/test/DebugInfo/2007-01-02-UnboundedArray.cpp) | 0 | ||||
-rw-r--r-- | llvm/test/CFrontend/BasicInstrs.c (renamed from llvm/test/CodeGen/Generic/BasicInstrs.c) | 0 | ||||
-rw-r--r-- | llvm/test/CFrontend/funccall.c (renamed from llvm/test/DebugInfo/funccall.c) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/2006-11-06-StackTrace.cpp b/llvm/test/C++Frontend/2006-11-06-StackTrace.cpp index 621a301eb28..621a301eb28 100644 --- a/llvm/test/DebugInfo/2006-11-06-StackTrace.cpp +++ b/llvm/test/C++Frontend/2006-11-06-StackTrace.cpp diff --git a/llvm/test/DebugInfo/2006-11-20-GlobalSymbols.cpp b/llvm/test/C++Frontend/2006-11-20-GlobalSymbols.cpp index fc896b330a4..fc896b330a4 100644 --- a/llvm/test/DebugInfo/2006-11-20-GlobalSymbols.cpp +++ b/llvm/test/C++Frontend/2006-11-20-GlobalSymbols.cpp diff --git a/llvm/test/DebugInfo/2006-11-30-NoCompileUnit.cpp b/llvm/test/C++Frontend/2006-11-30-NoCompileUnit.cpp index 993ceb484c7..993ceb484c7 100644 --- a/llvm/test/DebugInfo/2006-11-30-NoCompileUnit.cpp +++ b/llvm/test/C++Frontend/2006-11-30-NoCompileUnit.cpp diff --git a/llvm/test/DebugInfo/2006-11-30-Pubnames.cpp b/llvm/test/C++Frontend/2006-11-30-Pubnames.cpp index 698f30bc052..698f30bc052 100644 --- a/llvm/test/DebugInfo/2006-11-30-Pubnames.cpp +++ b/llvm/test/C++Frontend/2006-11-30-Pubnames.cpp diff --git a/llvm/test/DebugInfo/2007-01-02-UnboundedArray.cpp b/llvm/test/C++Frontend/2007-01-02-UnboundedArray.cpp index 648d19be62b..648d19be62b 100644 --- a/llvm/test/DebugInfo/2007-01-02-UnboundedArray.cpp +++ b/llvm/test/C++Frontend/2007-01-02-UnboundedArray.cpp diff --git a/llvm/test/CodeGen/Generic/BasicInstrs.c b/llvm/test/CFrontend/BasicInstrs.c index 812b49db28d..812b49db28d 100644 --- a/llvm/test/CodeGen/Generic/BasicInstrs.c +++ b/llvm/test/CFrontend/BasicInstrs.c diff --git a/llvm/test/DebugInfo/funccall.c b/llvm/test/CFrontend/funccall.c index 9735e347057..9735e347057 100644 --- a/llvm/test/DebugInfo/funccall.c +++ b/llvm/test/CFrontend/funccall.c |