Index: compiler-rt/trunk/lib/cfi/cfi_blacklist.txt =================================================================== --- compiler-rt/trunk/lib/cfi/cfi_blacklist.txt +++ compiler-rt/trunk/lib/cfi/cfi_blacklist.txt @@ -1,9 +1,3 @@ -# STL allocators (T *allocator::allocate(size_type, const void*)). -# The type signature mandates a cast from uninitialized void* to T*. -# size_type can either be unsigned int (j) or unsigned long (m). -fun:*8allocateEjPKv -fun:*8allocateEmPKv - # std::get_temporary_buffer, likewise (libstdc++, libc++). fun:_ZSt20get_temporary_buffer* fun:_ZNSt3__120get_temporary_buffer*