summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/cfi
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2018-08-15 18:05:55 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2018-08-15 18:05:55 +0000
commitdfd1c96d9778b66be5bf534ee9a109c0ae0b95ed (patch)
tree5be3a855db11f83c3e77b9d6fa2a6b5c79a42f00 /compiler-rt/lib/cfi
parent62e4fc48a58a8e1cc85d6059a380012f91da0b9c (diff)
downloadbcm5719-llvm-dfd1c96d9778b66be5bf534ee9a109c0ae0b95ed.tar.gz
bcm5719-llvm-dfd1c96d9778b66be5bf534ee9a109c0ae0b95ed.zip
cfi: Remove blacklist entries for libc++.
These functions have had no-CFI annotations in the source code for a while now. llvm-svn: 339800
Diffstat (limited to 'compiler-rt/lib/cfi')
-rw-r--r--compiler-rt/lib/cfi/cfi_blacklist.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/compiler-rt/lib/cfi/cfi_blacklist.txt b/compiler-rt/lib/cfi/cfi_blacklist.txt
index 3d73508f570..4a0f03949ca 100644
--- a/compiler-rt/lib/cfi/cfi_blacklist.txt
+++ b/compiler-rt/lib/cfi/cfi_blacklist.txt
@@ -1,13 +1,11 @@
[cfi-unrelated-cast]
# The specification of std::get_temporary_buffer mandates a cast to
-# uninitialized T* (libstdc++, libc++, MSVC stdlib).
+# uninitialized T* (libstdc++, MSVC stdlib).
fun:_ZSt20get_temporary_buffer*
-fun:_ZNSt3__120get_temporary_buffer*
fun:*get_temporary_buffer@.*@std@@*
-# STL address-of magic (libstdc++, libc++).
+# STL address-of magic (libstdc++).
fun:*__addressof*
-fun:_ZNSt3__19addressof*
# Windows C++ stdlib headers that contain bad unrelated casts.
src:*xmemory0
OpenPOWER on IntegriCloud