[Lldb-commits] [PATCH] D55837: [cmake] Make libcxx(abi) a dependency when building in-tree clang for macOS
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 18 10:26:12 PST 2018
JDevlieghere added a comment.
In D55837#1334893 <https://reviews.llvm.org/D55837#1334893>, @labath wrote:
> 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.
I didn't know, cool, then that solves both issues.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55837/new/
https://reviews.llvm.org/D55837
More information about the lldb-commits
mailing list