]> granicus.if.org Git - clang/commit
Introduce an API for LLDB to compute the default module cache path
authorAdrian Prantl <aprantl@apple.com>
Fri, 9 Feb 2018 18:43:10 +0000 (18:43 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 9 Feb 2018 18:43:10 +0000 (18:43 +0000)
commit66ee15242d9ca6dcfc59b30bed63f63c92046e31
tree16d7ba9aaaa75e83139a15b5620a76196b6921be
parent3cc1cf93fcd46b8d3428f73f297a02d73fbbc3c2
Introduce an API for LLDB to compute the default module cache path

LLDB creates Clang modules and had an incomplete copy of the clang
Driver code that compute the -fmodule-cache-path. This patch makes the
clang driver code accessible to LLDB.

Differential Revision: https://reviews.llvm.org/D43128

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324761 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
lib/Driver/ToolChains/Clang.cpp