[PATCH] D35855: Remove STL/microsoft-specific CFI blacklist entries

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 14:00:38 PDT 2017


vlad.tsyrklevich created this revision.
Herald added a subscriber: mehdi_amini.

These functions/attributes are now explicitly handled by assigning them public LTO visibility (if appropriate) in `CodeGenModule::HasHiddenLTOVisibility`.


https://reviews.llvm.org/D35855

Files:
  lib/cfi/cfi_blacklist.txt


Index: lib/cfi/cfi_blacklist.txt
===================================================================
--- lib/cfi/cfi_blacklist.txt
+++ 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.108152.patch
Type: text/x-patch
Size: 585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170725/84508271/attachment.bin>


More information about the llvm-commits mailing list