[Lldb-commits] [PATCH] D60180: [CMake] Don't explicitly use LLVM_LIBRARY_DIR in standalone builds
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 5 12:14:49 PDT 2019
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
More information about the lldb-commits
mailing list