diff options
| author | Eric Christopher <echristo@apple.com> | 2011-08-19 21:21:28 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-08-19 21:21:28 +0000 |
| commit | 981c15ef766b01a9469893cd110f26feb0c070e6 (patch) | |
| tree | d49a9e226daeaa492782aabf6f2d1077324456c0 /llvm/test/FrontendC++ | |
| parent | 05927b0c90208dc1d79b7b915942f69cb803598d (diff) | |
| download | bcm5719-llvm-981c15ef766b01a9469893cd110f26feb0c070e6.tar.gz bcm5719-llvm-981c15ef766b01a9469893cd110f26feb0c070e6.zip | |
Remove 2009-09-04-modify-crash.cpp as clang doesn't support 32-bit kext.
llvm-svn: 138087
Diffstat (limited to 'llvm/test/FrontendC++')
| -rw-r--r-- | llvm/test/FrontendC++/2009-09-04-modify-crash.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/FrontendC++/2009-09-04-modify-crash.cpp b/llvm/test/FrontendC++/2009-09-04-modify-crash.cpp deleted file mode 100644 index 89274e09c7e..00000000000 --- a/llvm/test/FrontendC++/2009-09-04-modify-crash.cpp +++ /dev/null @@ -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(){} |

