[Lldb-commits] [PATCH] D55837: [cmake] Make libcxx(abi) a dependency when building in-tree clang

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 18 10:21:22 PST 2018


labath added a comment.

On linux libc++ is not a hard dependency for running tests (in fact, clang will not use it even if it is checked out). I guess that has something  to do with the fact that libc++ is not the default c++ implementation on that platform. I think this will need to be darwin-only or something like that.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D55837





More information about the lldb-commits mailing list