[compiler-rt] r309617 - Remove STL/microsoft-specific CFI blacklist entries

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 13:39:32 PDT 2017


Author: pcc
Date: Mon Jul 31 13:39:32 2017
New Revision: 309617

URL: http://llvm.org/viewvc/llvm-project?rev=309617&view=rev
Log:
Remove STL/microsoft-specific CFI blacklist entries

Patch by Vlad Tsyrklevich!

Differential Revision: https://reviews.llvm.org/D35855

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

Modified: compiler-rt/trunk/lib/cfi/cfi_blacklist.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/cfi/cfi_blacklist.txt?rev=309617&r1=309616&r2=309617&view=diff
==============================================================================
--- compiler-rt/trunk/lib/cfi/cfi_blacklist.txt (original)
+++ compiler-rt/trunk/lib/cfi/cfi_blacklist.txt Mon Jul 31 13:39:32 2017
@@ -1,12 +1,3 @@
-# Standard library types.
-type:std::*
-
-# The stdext namespace contains Microsoft standard library extensions.
-type:stdext::*
-
-# Types with a uuid attribute, i.e. COM types.
-type:attr:uuid
-
 # 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).




More information about the llvm-commits mailing list