1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Revert "[Support] Explicitly instantiate BumpPtrAllocatorImpl"

This reverts commit add95990508ee0aec90d07bcce1bba47b4f46622.

Buildbots don't seem to like it.
This commit is contained in:
Reid Kleckner 2020-01-18 09:33:00 -08:00
parent c055ec825a
commit 720da33fe8
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -15,8 +15,6 @@
namespace llvm {
template class BumpPtrAllocatorImpl<>;
namespace detail {
void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,