We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bc03c commit 9a9a538Copy full SHA for 9a9a538
compiler-rt/lib/cfi/cfi_ignorelist.txt
@@ -15,3 +15,7 @@ src:*xstddef
15
# This ctor is used by std::make_shared and needs to cast to uninitialized T*
16
# in order to call std::allocator_traits<T>::construct.
17
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