[PATCH] D35855: Remove STL/microsoft-specific CFI blacklist entries
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 13:40:20 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL309617: Remove STL/microsoft-specific CFI blacklist entries (authored by pcc).
Changed prior to commit:
https://reviews.llvm.org/D35855?vs=108152&id=108989#toc
Repository:
rL LLVM
https://reviews.llvm.org/D35855
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,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).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35855.108989.patch
Type: text/x-patch
Size: 639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170731/7bb8dc62/attachment.bin>
More information about the llvm-commits
mailing list