Replaces all uses of the old binary holder with its cached variant.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/tools/dsymutil/BinaryHolder.h | ||
---|---|---|
100 ↗ | (On Diff #153484) | Correct. I'll move into the first patch. |
Paths
| Differential D48770
[dsymutil] Make the CachedBinaryHolder the default. ClosedPublic Authored by JDevlieghere on Jun 29 2018, 6:28 AM.
Details Summary Replaces all uses of the old binary holder with its cached variant.
Diff Detail
Event TimelineJDevlieghere added inline comments.
JDevlieghere marked an inline comment as done. Comment Actions
This revision is now accepted and ready to land.Jun 29 2018, 9:28 AM Closed by commit rL335991: [dsymutil] Make the CachedBinaryHolder the default (authored by JDevlieghere). · Explain WhyJun 29 2018, 9:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 153513 llvm/trunk/test/tools/dsymutil/debug-map-parsing.test
llvm/trunk/tools/dsymutil/BinaryHolder.h
llvm/trunk/tools/dsymutil/BinaryHolder.cpp
llvm/trunk/tools/dsymutil/DebugMap.cpp
llvm/trunk/tools/dsymutil/DwarfLinker.h
llvm/trunk/tools/dsymutil/DwarfLinker.cpp
llvm/trunk/tools/dsymutil/MachODebugMapParser.cpp
llvm/trunk/tools/dsymutil/MachOUtils.cpp
llvm/trunk/tools/dsymutil/dsymutil.h
llvm/trunk/tools/dsymutil/dsymutil.cpp
|