diff options
author | Eric Christopher <echristo@apple.com> | 2011-08-19 21:51:39 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-08-19 21:51:39 +0000 |
commit | 772aa6c82e7175ecf21769ee9eddf6ceb79f9950 (patch) | |
tree | d153a4415a8c6fc5e09488110f52be915f6a4e29 /llvm/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp | |
parent | b52ebc3e29c9613901b329438e53751aee45376f (diff) | |
download | bcm5719-llvm-772aa6c82e7175ecf21769ee9eddf6ceb79f9950.tar.gz bcm5719-llvm-772aa6c82e7175ecf21769ee9eddf6ceb79f9950.zip |
Remove tests migrated to clang.
llvm-svn: 138100
Diffstat (limited to 'llvm/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp')
-rw-r--r-- | llvm/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp b/llvm/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp deleted file mode 100644 index c2a841b1a67..00000000000 --- a/llvm/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp +++ /dev/null @@ -1,10 +0,0 @@ -// RUN: %llvmgxx -S %s -o /dev/null -g -// This crashes if we try to emit debug info for TEMPLATE_DECL members. -template <class T> class K2PtrVectorBase {}; -template <class T> class K2Vector {}; -template <class U > class K2Vector<U*> : public K2PtrVectorBase<U*> {}; -class ScriptInfoManager { - void PostRegister() ; - template <class SI> short ReplaceExistingElement(K2Vector<SI*>& v); -}; -void ScriptInfoManager::PostRegister() {} |