[llvm-commits] [llvm] r138087 - /llvm/trunk/test/FrontendC++/2009-09-04-modify-crash.cpp

Eric Christopher echristo at apple.com
Fri Aug 19 14:21:28 PDT 2011


Author: echristo
Date: Fri Aug 19 16:21:28 2011
New Revision: 138087

URL: http://llvm.org/viewvc/llvm-project?rev=138087&view=rev
Log:
Remove 2009-09-04-modify-crash.cpp as clang doesn't support 32-bit kext.

Removed:
    llvm/trunk/test/FrontendC++/2009-09-04-modify-crash.cpp

Removed: llvm/trunk/test/FrontendC++/2009-09-04-modify-crash.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2009-09-04-modify-crash.cpp?rev=138086&view=auto
==============================================================================
--- llvm/trunk/test/FrontendC++/2009-09-04-modify-crash.cpp (original)
+++ llvm/trunk/test/FrontendC++/2009-09-04-modify-crash.cpp (removed)
@@ -1,7 +0,0 @@
-// RUN: %llvmgxx %s -fapple-kext -S -o -
-// The extra check in 71555 caused this to crash on Darwin X86
-// in an assert build.
-class foo {
- virtual ~foo ();
-};
-foo::~foo(){}





More information about the llvm-commits mailing list