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.
Details
Details
- Reviewers
bruno jingham - Commits
- rGc236f6f08b6d: Introduce an API for LLDB to compute the default module cache path
rG70599030f80d: Introduce an API for LLDB to compute the default module cache path
rC324761: Introduce an API for LLDB to compute the default module cache path
rL324761: Introduce an API for LLDB to compute the default module cache path
Diff Detail
Diff Detail
- Repository
- rL LLVM