[PATCH] D42146: libcxx: Disable CFI in function std::get_temporary_buffer.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 11:35:31 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL322744: libcxx: Disable CFI in function std::get_temporary_buffer. (authored by pcc, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D42146?vs=130063&id=130237#toc
Repository:
rCXX libc++
https://reviews.llvm.org/D42146
Files:
libcxx/trunk/include/memory
Index: libcxx/trunk/include/memory
===================================================================
--- libcxx/trunk/include/memory
+++ libcxx/trunk/include/memory
@@ -1992,6 +1992,7 @@
};
template <class _Tp>
+_LIBCPP_NO_CFI
pair<_Tp*, ptrdiff_t>
get_temporary_buffer(ptrdiff_t __n) _NOEXCEPT
{
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42146.130237.patch
Type: text/x-patch
Size: 306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180117/2e90f728/attachment.bin>
More information about the llvm-commits
mailing list