summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2017-07-31 20:39:32 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2017-07-31 20:39:32 +0000
commit36df72b50ad852df512321a1d21311eddc7598d3 (patch)
tree5bca8fc115f97370ba1f5cdfc33aa56cdac19054
parent228b622b38e5d08db5b8d7dbdb4cf9b94900f6ca (diff)
downloadbcm5719-llvm-36df72b50ad852df512321a1d21311eddc7598d3.tar.gz
bcm5719-llvm-36df72b50ad852df512321a1d21311eddc7598d3.zip
Remove STL/microsoft-specific CFI blacklist entries
Patch by Vlad Tsyrklevich! Differential Revision: https://reviews.llvm.org/D35855 llvm-svn: 309617
-rw-r--r--compiler-rt/lib/cfi/cfi_blacklist.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/compiler-rt/lib/cfi/cfi_blacklist.txt b/compiler-rt/lib/cfi/cfi_blacklist.txt
index cc111be8120..2006d0b86cd 100644
--- a/compiler-rt/lib/cfi/cfi_blacklist.txt
+++ b/compiler-rt/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).
OpenPOWER on IntegriCloud