[Lldb-commits] [PATCH] D47384: Remove dependency from Host to clang

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat May 26 10:26:14 PDT 2018


aprantl added a comment.

Generally I'm fine with improving the layering. I just wanted to point out that the Swift language plugin also wants know the clang resource directory (it calls `HostInfo::GetLLDBPath(ePathTypeClangDir, clang_dir_spec)`) since Swift embeds Clang. That said it makes no sense to build an LLDB that supports Swift and not also support lang, so moving things into the Clang plugin should be fine.


https://reviews.llvm.org/D47384





More information about the lldb-commits mailing list