[LLVMbugs] [Bug 14582] ptrdiff_t not defined when enable debug info
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Dec 10 11:40:29 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=14582
Marshall Clow (home) <mclow.lists at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |mclow.lists at gmail.com
Resolution|--- |FIXED
--- Comment #1 from Marshall Clow (home) <mclow.lists at gmail.com> ---
This has been fixed on trunk.
The symbol "_LIBCPP_DEBUG2" no longer does anything.
The new hotness is "_LIBCPP_DEBUG", and building like this:
clang++ -g -O0 -stdlib=libc++ 1.cc -D _LIBCPP_DEBUG=1
does not generate this error.
--
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/20131210/3e3aaa9a/attachment.html>
More information about the llvm-bugs
mailing list