diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2017-07-31 20:39:32 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2017-07-31 20:39:32 +0000 |
commit | 36df72b50ad852df512321a1d21311eddc7598d3 (patch) | |
tree | 5bca8fc115f97370ba1f5cdfc33aa56cdac19054 | |
parent | 228b622b38e5d08db5b8d7dbdb4cf9b94900f6ca (diff) | |
download | bcm5719-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.txt | 9 |
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). |