Fix a bug in the recent rewrite of the leakdetector that caused all of the
authorChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 23:33:48 +0000 (23:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 23:33:48 +0000 (23:33 +0000)
commit8709927af8095c58cf2147d6d83fed9b7821a508
tree380ab88e2fe4955ee94d35b72216d1d064db9a78
parent2e6fcafff228c44542dad804d4bd7269c7abd0f4
Fix a bug in the recent rewrite of the leakdetector that caused all of the
nightly tests to be really messed up.  The problem was that the new leakdetector
was depending on undefined behavior: the order of destruction of static objects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11488 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/LeakDetector.cpp
lib/VMCore/LeakDetector.cpp