summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-03-02 22:42:44 +0000
committerAdrian Prantl <aprantl@apple.com>2018-03-02 22:42:44 +0000
commit235354be57e3b9933f9454e964b8fbe12663dfbb (patch)
treecc6b9c32f36ea15fa225d080b3a79e25b5509c20 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
parente3e963236a3461c977f3968326aff1ee6bb36287 (diff)
downloadbcm5719-llvm-235354be57e3b9933f9454e964b8fbe12663dfbb.tar.gz
bcm5719-llvm-235354be57e3b9933f9454e964b8fbe12663dfbb.zip
Make the clang module cache setting available without a target
It turns out that setting the clang module cache after LLDB has a Target can be too late. In particular, the Swift language plugin needs to know the setting without having access to a Target. This patch moves the setting into the *LLDB* module cache, where it is a global setting that is available before any Target is created and more importantly, is shared between all Targets. rdar://problem/37944432 Differential Revision: https://reviews.llvm.org/D43984 llvm-svn: 326628
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud