diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-02-14 18:05:43 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-02-14 18:05:43 +0000 |
commit | ff04b3d4d72fdad7b3fd9f02e2be155ee5e2f058 (patch) | |
tree | ef9b4f7b89bbf206b0cc447f2140b029745fa9fd /lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata | |
parent | b8b81e9b43c839f2761432e36927bb8d7b644b86 (diff) | |
download | bcm5719-llvm-ff04b3d4d72fdad7b3fd9f02e2be155ee5e2f058.tar.gz bcm5719-llvm-ff04b3d4d72fdad7b3fd9f02e2be155ee5e2f058.zip |
[ExpressionParser] Reuse the FileManager from the compiler instance.
I was looking at the ClangExpressionParser and noticed that we have a
FileManager owned by the expression parser and later ask the compiler
instance to create a new FileManager, owned by the clang CI. Looking at
the code I don't see a good reason for having two instances. This patch
removes the one owned by LLDB.
Differential revision: https://reviews.llvm.org/D58222
llvm-svn: 354041
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata')
0 files changed, 0 insertions, 0 deletions