This is an archive of the discontinued LLVM Phabricator instance.

Use a shared module cache directory for LLDB.
ClosedPublic

Authored by aprantl on Nov 15 2018, 2:30 PM.

Details

Summary

This saves about 3 redundant gigabytes from the Objective-C test build
directories. Tests that must do unsavory things with the LLDB clang
module cache, already specify a per-test module cache in their .py
test instructions.

rdar://problem/36002081

Diff Detail

Repository
rLLDB LLDB

Event Timeline

This revision is now accepted and ready to land.Nov 15 2018, 5:12 PM
davide accepted this revision.Nov 15 2018, 10:55 PM

lgtm

This revision was automatically updated to reflect the committed changes.