This moves the implementation of the function into the SymbolFile class,
making it possible to excise the SymbolVendor passthrough functions in
follow-up patches.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D65266
SymbolVendor: Make SectionAddressesChanged a passthrough ClosedPublic Authored by labath on Jul 25 2019, 1:47 AM.
Details Summary This moves the implementation of the function into the SymbolFile class,
Diff Detail
Event Timelinelabath added a parent revision: D65208: SymbolVendor: Move Symtab construction into the SymbolFile.Jul 25 2019, 1:48 AM This revision is now accepted and ready to land.Jul 25 2019, 9:32 AM Closed by commit rL367231: SymbolVendor: Make SectionAddressesChanged a passthrough (authored by labath). · Explain WhyJul 29 2019, 8:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 212173 lldb/trunk/include/lldb/Symbol/SymbolFile.h
lldb/trunk/source/Symbol/SymbolFile.cpp
lldb/trunk/source/Symbol/SymbolVendor.cpp
|