| commit | 55518e7dd873904eea19e943d526a9d064a3b6cb | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Fri Oct 28 20:57:25 2016 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Fri Oct 28 20:57:25 2016 +0000 |
| tree | a6d6e65f58e7ec39da10526642a4e6c9d71ea11a | |
| parent | 8ee6f0c30f460ffe09d3c9d47d1ee1efdac82a6a [diff] |
Consolidate BumpPtrAllocators. Previously, we have a lot of BumpPtrAllocators, but all these allocators virtually have the same lifetime because they are not freed until the linker finishes its job. This patch aggregates them into a single allocator. Differential revision: https://reviews.llvm.org/D26042 llvm-svn: 285452