Loading llvm/include/llvm/Support/Allocator.h +0 −2 Original line number Diff line number Diff line Loading @@ -434,8 +434,6 @@ private: template <typename T> friend class SpecificBumpPtrAllocator; }; extern template class BumpPtrAllocatorImpl<>; /// The standard BumpPtrAllocator which just uses the default template /// parameters. typedef BumpPtrAllocatorImpl<> BumpPtrAllocator; Loading llvm/lib/Support/Allocator.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,6 @@ namespace llvm { template class BumpPtrAllocatorImpl<>; namespace detail { void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated, Loading Loading
llvm/include/llvm/Support/Allocator.h +0 −2 Original line number Diff line number Diff line Loading @@ -434,8 +434,6 @@ private: template <typename T> friend class SpecificBumpPtrAllocator; }; extern template class BumpPtrAllocatorImpl<>; /// The standard BumpPtrAllocator which just uses the default template /// parameters. typedef BumpPtrAllocatorImpl<> BumpPtrAllocator; Loading
llvm/lib/Support/Allocator.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,6 @@ namespace llvm { template class BumpPtrAllocatorImpl<>; namespace detail { void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated, Loading