File tree Expand file tree Collapse file tree 3 files changed +0
-49
lines changed Expand file tree Collapse file tree 3 files changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,6 @@ class Recycler {
8585 " Recycler allocation alignment is less than object align!" );
8686 static_assert (sizeof (SubClass) <= Size,
8787 " Recycler allocation size is less than object size!" );
88- static_assert (Size >= sizeof (FreeNode) &&
89- " Recycler size must be at least sizeof(FreeNode)" );
9088 return FreeList ? reinterpret_cast <SubClass *>(pop_val ())
9189 : static_cast <SubClass *>(Allocator.Allocate (Size, Align));
9290 }
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ add_llvm_unittest(SupportTests
6969 PerThreadBumpPtrAllocatorTest.cpp
7070 ProcessTest.cpp
7171 ProgramTest.cpp
72- RecyclerTest.cpp
7372 RegexTest.cpp
7473 ReverseIterationTest.cpp
7574 ReplaceFileTest.cpp
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments