cfi: Remove blacklist entries for libc++.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 15 Aug 2018 18:05:55 +0000 (18:05 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 15 Aug 2018 18:05:55 +0000 (18:05 +0000)
These functions have had no-CFI annotations in the source code for
a while now.

llvm-svn: 339800

compiler-rt/lib/cfi/cfi_blacklist.txt

index 3d73508f570729de361c07ba8d2bbc26ed376ab8..4a0f03949ca8cfdc3244439248788d5dfa96026d 100644 (file)
@@ -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