| Index: third_party/libc++abi/src/cxa_unexpected.cpp
|
| ===================================================================
|
| --- third_party/libc++abi/src/cxa_unexpected.cpp (revision 0)
|
| +++ third_party/libc++abi/src/cxa_unexpected.cpp (revision 0)
|
| @@ -0,0 +1,27 @@
|
| +//===------------------------- cxa_unexpected.cpp -------------------------===//
|
| +//
|
| +// The LLVM Compiler Infrastructure
|
| +//
|
| +// This file is dual licensed under the MIT and the University of Illinois Open
|
| +// Source Licenses. See LICENSE.TXT for details.
|
| +//
|
| +//===----------------------------------------------------------------------===//
|
| +
|
| +#include <exception>
|
| +#include <cxxabi.h>
|
| +#include "cxa_exception.hpp"
|
| +
|
| +namespace __cxxabiv1
|
| +{
|
| +
|
| +#pragma GCC visibility push(default)
|
| +
|
| +extern "C"
|
| +{
|
| +
|
| +}
|
| +
|
| +#pragma GCC visibility pop
|
| +
|
| +} // namespace __cxxabiv1
|
| +
|
|
|
| Property changes on: third_party/libc++abi/src/cxa_unexpected.cpp
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|