summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorIgor Kudrin <ikudrin.dev@gmail.com>2016-09-29 08:11:57 +0000
committerIgor Kudrin <ikudrin.dev@gmail.com>2016-09-29 08:11:57 +0000
commit336985fdf6ba0675fa56b439ce69c19aa249336b (patch)
tree59df35be0dcbfcce2e0048a2cca4340faea7a0cb /src/CMakeLists.txt
parentfeb04d70afb8388150f2ba40df8333ca4c4817ec (diff)
Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
The test breaks build bots. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@282703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7cbfdf5..d951292 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -12,7 +12,6 @@ set(LIBCXXABI_SOURCES
cxa_vector.cpp
cxa_virtual.cpp
exception.cpp
- fallback_malloc.cpp
private_typeinfo.cpp
stdexcept.cpp
typeinfo.cpp