aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxxabi/src/cxa_unexpected.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-08-04 17:30:57 -0700
committerAndrew Kelley <andrew@ziglang.org>2020-08-04 17:30:57 -0700
commit42da1d385de8559710e04b5a05234f2dd8bb347e (patch)
tree8f354c4dd008700e8ebfd367b25842addb25ae1a /lib/libcxxabi/src/cxa_unexpected.cpp
parent54b67c20259f697f1e0c4532a5ee7e5d3f01eb1e (diff)
downloadzig-42da1d385de8559710e04b5a05234f2dd8bb347e.tar.gz
zig-42da1d385de8559710e04b5a05234f2dd8bb347e.zip
libcxxabi: upgrade from llvm 10 to 11rc1
Diffstat (limited to 'lib/libcxxabi/src/cxa_unexpected.cpp')
-rw-r--r--lib/libcxxabi/src/cxa_unexpected.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/libcxxabi/src/cxa_unexpected.cpp b/lib/libcxxabi/src/cxa_unexpected.cpp
deleted file mode 100644
index bbfa6684ef..0000000000
--- a/lib/libcxxabi/src/cxa_unexpected.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-//===------------------------- cxa_unexpected.cpp -------------------------===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-#include <exception>
-#include "cxxabi.h"
-#include "cxa_exception.h"
-
-namespace __cxxabiv1
-{
-
-extern "C"
-{
-
-}
-
-} // namespace __cxxabiv1
-