[PATCH] D49137: [dsymutil] Implement DWARF5 accelerator tables.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 04:33:18 PDT 2018


JDevlieghere updated this revision to Diff 155851.
JDevlieghere added a comment.

Update logic for picking the default accelerator table kind:

> If we've only seen either Apple or DWARF accelerator tables, we pick the
>  respective one. If we've seen neither or both, the choice is determined
>  based on the lower DWARF version encountered.


https://reviews.llvm.org/D49137

Files:
  llvm/test/tools/dsymutil/X86/accelerator.test
  llvm/test/tools/dsymutil/cmdline.test
  llvm/tools/dsymutil/DwarfLinker.cpp
  llvm/tools/dsymutil/DwarfLinker.h
  llvm/tools/dsymutil/DwarfStreamer.cpp
  llvm/tools/dsymutil/DwarfStreamer.h
  llvm/tools/dsymutil/LinkUtils.h
  llvm/tools/dsymutil/dsymutil.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49137.155851.patch
Type: text/x-patch
Size: 16671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180717/fdaa178b/attachment.bin>


More information about the llvm-commits mailing list