mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
Remove 2009-09-04-modify-crash.cpp as clang doesn't support 32-bit kext.
llvm-svn: 138087
This commit is contained in:
@@ -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(){}
|
||||
Reference in New Issue
Block a user