diff options
author | Pavel Labath <pavel@labath.sk> | 2019-07-31 08:25:25 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-07-31 08:25:25 +0000 |
commit | d2deeb4490ed6fad5832c8958afa6ead283cf85a (patch) | |
tree | f3e8084a0ac1d42682a4385fa95d7de5924a5f4a /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc | |
parent | d65c166e35dbc3432d7b3ad5a7eb6fe7b9e7e211 (diff) | |
download | bcm5719-llvm-d2deeb4490ed6fad5832c8958afa6ead283cf85a.tar.gz bcm5719-llvm-d2deeb4490ed6fad5832c8958afa6ead283cf85a.zip |
SymbolVendor: Remove the object file member variable
Summary:
The last responsibility of the SymbolVendor was to hold an owning
reference to the object file (in case symbols are being read from a
different file than the main module). As SymbolFile classes already hold
a non-owning reference to the object file, we can easily remove this
responsibility of the SymbolVendor by making the SymbolFile reference
owning.
Reviewers: JDevlieghere, clayborg, jingham
Subscribers: lldb-commits
Differential Revision: https://reviews.llvm.org/D65401
llvm-svn: 367392
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc')
0 files changed, 0 insertions, 0 deletions