summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CrashRecoveryContext.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-03-22 02:06:32 +0000
committerTed Kremenek <kremenek@apple.com>2011-03-22 02:06:32 +0000
commit9931652775281e0f5ff26e61a534decbea2f038c (patch)
tree60b9818850a5f2b47d45531224a117ce8b296022 /llvm/lib/Support/CrashRecoveryContext.cpp
parent0292f4a531f3d1d7f83f2276c4f22716110ff7fb (diff)
downloadbcm5719-llvm-9931652775281e0f5ff26e61a534decbea2f038c.tar.gz
bcm5719-llvm-9931652775281e0f5ff26e61a534decbea2f038c.zip
Temporarily stop recovering resources in CrashRecoveryContext while I investigate further why this works on my machine and not on others.
llvm-svn: 128065
Diffstat (limited to 'llvm/lib/Support/CrashRecoveryContext.cpp')
-rw-r--r--llvm/lib/Support/CrashRecoveryContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/CrashRecoveryContext.cpp b/llvm/lib/Support/CrashRecoveryContext.cpp
index 899c3890d78..7c7b0e934d3 100644
--- a/llvm/lib/Support/CrashRecoveryContext.cpp
+++ b/llvm/lib/Support/CrashRecoveryContext.cpp
@@ -70,7 +70,7 @@ CrashRecoveryContext::~CrashRecoveryContext() {
CrashRecoveryContextCleanup *tmp = i;
i = tmp->next;
tmp->cleanupFired = true;
- tmp->recoverResources();
+ //tmp->recoverResources();
delete tmp;
}
tlIsRecoveringFromCrash.erase();
OpenPOWER on IntegriCloud