[Lldb-commits] [PATCH] D31366: Do not dereference std::unique_ptr by default
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 30 13:28:58 PDT 2017
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
MacOS hasn't shipped with gcc for a while now. If you were serious about using gcc & its STL implementation you would install your own copies of the tools & libraries. So what's on the system isn't really determinative... But this is a minor point, if there's no way to check the library version we can just leave the test off for Darwin.
https://reviews.llvm.org/D31366
More information about the lldb-commits
mailing list