summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/test_fallback_malloc.pass.cpp
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
commit49df799762bd4f3824cfaf1c971c2d0a6ce02caf (patch)
treeb3b81fa9f7763ba27208f0276b3761f7e8875427 /libcxxabi/test/test_fallback_malloc.pass.cpp
parentfdaaca8adec8b04cce549fa6ce17e9054092c177 (diff)
downloadbcm5719-llvm-49df799762bd4f3824cfaf1c971c2d0a6ce02caf.tar.gz
bcm5719-llvm-49df799762bd4f3824cfaf1c971c2d0a6ce02caf.zip
Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
The test breaks build bots. llvm-svn: 282703
Diffstat (limited to 'libcxxabi/test/test_fallback_malloc.pass.cpp')
-rw-r--r--libcxxabi/test/test_fallback_malloc.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/test_fallback_malloc.pass.cpp b/libcxxabi/test/test_fallback_malloc.pass.cpp
index 474e0b3b336..3eed3f4d79b 100644
--- a/libcxxabi/test/test_fallback_malloc.pass.cpp
+++ b/libcxxabi/test/test_fallback_malloc.pass.cpp
@@ -16,7 +16,7 @@ typedef std::deque<void *> container;
// #define DEBUG_FALLBACK_MALLOC
#define INSTRUMENT_FALLBACK_MALLOC
-#include "../src/fallback_malloc.cpp"
+#include "../src/fallback_malloc.ipp"
container alloc_series ( size_t sz ) {
container ptrs;
OpenPOWER on IntegriCloud