forked from OSchip/llvm-project
Remove 2009-09-04-modify-crash.cpp as clang doesn't support 32-bit kext.
llvm-svn: 138087
This commit is contained in:
parent
05927b0c90
commit
981c15ef76
|
@ -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(){}
|
Loading…
Reference in New Issue