[PATCH] D36291: CFI: Move STL allocator blacklist to clang

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 13:04:58 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL310109: CFI: Move STL allocator blacklist to clang (authored by vlad.tsyrklevich).

Repository:
  rL LLVM

https://reviews.llvm.org/D36291

Files:
  compiler-rt/trunk/lib/cfi/cfi_blacklist.txt


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<T *>::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*


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36291.109810.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170804/8ad6509b/attachment.bin>


More information about the llvm-commits mailing list