aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-07-10 22:35:32 +0000
committerBill Wendling <isanbard@gmail.com>2008-07-10 22:35:32 +0000
commit157ff939b46c8cef0963a93f97a1562a225818de (patch)
tree08394cf3f28510c293da1c17c6e70cacf7c0779f /test/Other
parent8be7156a5acb218c05d0f8881ea0bbe26ec21ab3 (diff)
downloadexternal_llvm-157ff939b46c8cef0963a93f97a1562a225818de.zip
external_llvm-157ff939b46c8cef0963a93f97a1562a225818de.tar.gz
external_llvm-157ff939b46c8cef0963a93f97a1562a225818de.tar.bz2
Put CPPBackend tests into their own directory and run them only if they're
supported. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/2007-06-16-Funcname.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Other/2007-06-16-Funcname.ll b/test/Other/2007-06-16-Funcname.ll
deleted file mode 100644
index 75b96e6..0000000
--- a/test/Other/2007-06-16-Funcname.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llvm-as < %s | llc -march=cpp -cppfname=WAKKA | not grep makeLLVMModule
-; PR1515
-
-define void @foo() {
- ret void
-}
-