On 20 April 2017 at 19:42, Scott Smith <scott.sm...@purestorage.com> wrote:

> Sorry, I take that back.  I forgot to save the buffer that ran the test
> script.  Oops :-(
>
> I get a number of errors that make me think it's missing libc++, which
> makes sense because I never installed it.  However, I thought clang
> automatically falls back to using gcc's libstdc++.
>
>
It does, however, we have tests which explicitly request libc++ to test the
relevant pretty-printers.

That said, the tests should detect libc++ presence and get skipped if you
don't have it, but that could have gone wrong. Can you send me the exact
list of tests which are failing (and also make sure to sync to master, as I
have fixed a couple of these today).

thanks,
pl
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to