Correct change to exception.cpp from r140245
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140253 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db2e99f852
commit
336f41ae0c
@ -13,7 +13,7 @@
|
|||||||
#if __APPLE__
|
#if __APPLE__
|
||||||
#include <cxxabi.h>
|
#include <cxxabi.h>
|
||||||
using namespace __cxxabiv1;
|
using namespace __cxxabiv1;
|
||||||
using namespace __cxxabiv1::__cxxabiapple;
|
using namespace __cxxabiapple;
|
||||||
// On Darwin, there are two STL shared libraries and a lower level ABI
|
// On Darwin, there are two STL shared libraries and a lower level ABI
|
||||||
// shared libray. The globals holding the current terminate handler and
|
// shared libray. The globals holding the current terminate handler and
|
||||||
// current unexpected handler are in the ABI library.
|
// current unexpected handler are in the ABI library.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user