sgraenitz accepted this revision.
sgraenitz added a comment.
This revision is now accepted and ready to land.

> you should be using the same sysroot to build LLVM and LLDB. In my specific 
> problem, when you build any of the lldb tools (e.g. lldb-server) it fails to 
> link because you are building the tool against the freshly built libc++ but 
> the llvm libraries you had previously built were linked against the NDK's 
> libc++.

Ok agreed.

clang and lld do the same and/but it's old code (3+ years). Well, hope it's 
well tested. Please keep an eye on the bots.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60180/new/

https://reviews.llvm.org/D60180



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to