[Lldb-commits] [PATCH] D20671: [cmake] Add a big warning about a libstdc++ issue
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Thu May 26 05:35:00 PDT 2016
emaste added a comment.
FreeBSD 10.0 and later uses libc++. FreeBSD 9 has a very old libstdc++ and a very old gcc and can't build Clang 3.5 or later with the system compiler anyway. So this isn't a problem for FreeBSD.
I don't know cmake well enough to approve the change but the idea definitely sounds good to me.
http://reviews.llvm.org/D20671
More information about the lldb-commits
mailing list