BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initializatio...
authorTed Kremenek <kremenek@apple.com>
Fri, 15 Jan 2010 23:29:34 +0000 (23:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 15 Jan 2010 23:29:34 +0000 (23:29 +0000)
commit67c59826bf0c2e980130781d1ea0d6b062e4b659
treee5c5ebeacb93b22f82a7d2dfb10a34b249bad34d
parent9a23981ecc3549bd7e9dc3b5a6ae228e92dd6ce8
BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initialization time.  This removes one of the 'init_constructors' reported in <rdar://problem/7545356>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93581 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Allocator.h
lib/Support/Allocator.cpp