[compiler-rt] r339800 - cfi: Remove blacklist entries for libc++.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 15 11:05:56 PDT 2018
Author: pcc
Date: Wed Aug 15 11:05:55 2018
New Revision: 339800
URL: http://llvm.org/viewvc/llvm-project?rev=339800&view=rev
Log:
cfi: Remove blacklist entries for libc++.
These functions have had no-CFI annotations in the source code for
a while now.
Modified:
compiler-rt/trunk/lib/cfi/cfi_blacklist.txt
Modified: compiler-rt/trunk/lib/cfi/cfi_blacklist.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/cfi/cfi_blacklist.txt?rev=339800&r1=339799&r2=339800&view=diff
==============================================================================
--- compiler-rt/trunk/lib/cfi/cfi_blacklist.txt (original)
+++ compiler-rt/trunk/lib/cfi/cfi_blacklist.txt Wed Aug 15 11:05:55 2018
@@ -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 at .*@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
More information about the llvm-commits
mailing list