Disable CFI checks in std::addressof.
std::addressof may be used on a storage of an object before the start of its lifetime (see std::allocate_shared for example). CFI flags the C-style cast as invalid in that case. llvm-svn: 263310
Loading
Please sign in to comment