[PATCH] D85501: [lld-macho] Handle command-line option -sectcreate SEG SECT FILE

Greg McGary via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 12:49:26 PDT 2020


gkm updated this revision to Diff 283999.
gkm added a comment.

test case: move object file to end of arg list + add a `.data` section in order to prove that `-sectcreate` sections are place after sections from object files


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85501/new/

https://reviews.llvm.org/D85501

Files:
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/InputFiles.h
  lld/MachO/Options.td
  lld/test/MachO/sectcreate.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85501.283999.patch
Type: text/x-patch
Size: 3888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200807/463348a0/attachment.bin>


More information about the llvm-commits mailing list