[LLVMbugs] [Bug 22951] -std=c++14 causes link failure due to missing operator delete(void*, unsigned long)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Mar 19 17:33:15 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=22951

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #17 from Reid Kleckner <rnk at google.com> ---
... closing for real, repeating the comment so it gets emailed to llvmbugs...

I turned off sized deallocation in C++14 in r232788. If the user wants it and
has the library support, they can re-enable it with -fsized-deallocation, which
is now a cc1 flag and a driver flag.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150320/981efbf6/attachment.html>


More information about the llvm-bugs mailing list