[Lldb-commits] [PATCH] D43984: Make the clang module cache setting available without a target

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 22 11:28:25 PDT 2018


zturner added subscribers: aprantl, labath, zturner.
zturner added a comment.

This change has introduced a dependency from Core -> clang Driver (due to
#include "clang/Driver/Driver.h" in ModuleList.cpp).  Can you please try to
find a way to remove this dependency?


Repository:
  rL LLVM

https://reviews.llvm.org/D43984





More information about the lldb-commits mailing list