[PATCH] D42880: [dsymutil] Upstream update feature.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 3 02:17:03 PST 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: aprantl, vsk, davide.

Now that dsymutil can generate accelerator tables, we can upstream the
update logic that, as the name implies, updates the accelerator tables
in an existing dSYM bundle. In combination with `-minimize` this can be
used to remove redundant .debug_(inlines|pubtypes|pubnames).


Repository:
  rL LLVM

https://reviews.llvm.org/D42880

Files:
  llvm/test/tools/dsymutil/X86/basic-linking-x86.test
  llvm/test/tools/dsymutil/X86/update-one-CU.test
  llvm/tools/dsymutil/DebugMap.h
  llvm/tools/dsymutil/DwarfLinker.cpp
  llvm/tools/dsymutil/dsymutil.cpp
  llvm/tools/dsymutil/dsymutil.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42880.132733.patch
Type: text/x-patch
Size: 24522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180203/2ecb0e95/attachment.bin>


More information about the llvm-commits mailing list