Skip to content
  • Rui Ueyama's avatar
    Consolidate BumpPtrAllocators. · 55518e7d
    Rui Ueyama authored
    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
    55518e7d
Loading