Skip to content

Commit 9a9a538

Browse files
committed
add ingore entry
1 parent 59bc03c commit 9a9a538

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler-rt/lib/cfi/cfi_ignorelist.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ src:*xstddef
1515
# This ctor is used by std::make_shared and needs to cast to uninitialized T*
1616
# in order to call std::allocator_traits<T>::construct.
1717
fun:_ZNSt23_Sp_counted_ptr_inplace*
18+
19+
# std::make_shared use __aligned_buffer as storage, and cast to
20+
# uninitialized T* (libstdc++)
21+
fun:*__aligned_buffer*

0 commit comments

Comments
 (0)