[PATCH] D39207: [llvm-objcopy] Add support for dwarf fission

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 1 12:10:48 PDT 2017


jakehehrlich updated this revision to Diff 121163.
jakehehrlich added a comment.

1. Cleaned up command line argument description. I decided to keep the split-dwo option. For the one use case of dwarf fission that I'm aware of (clang) that's a better option to use. I agree that not applying options to the DWO file is more sensible.
2. removed/replaced all references to "GSplitDwarf"


Repository:
  rL LLVM

https://reviews.llvm.org/D39207

Files:
  test/tools/llvm-objcopy/Inputs/dwarf.dwo
  test/tools/llvm-objcopy/drawf-fission.test
  tools/llvm-objcopy/Object.h
  tools/llvm-objcopy/llvm-objcopy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39207.121163.patch
Type: text/x-patch
Size: 6026 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171101/a03ccabf/attachment.bin>


More information about the llvm-commits mailing list