[all-commits] [llvm/llvm-project] a379f2: [lld-macho] Handle command-line option -sectcreate...

Jez Ng via All-commits all-commits at lists.llvm.org
Mon Aug 10 18:47:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a379f2c251d0dbe3b191888fcd9c3d1eb42a980b
      https://github.com/llvm/llvm-project/commit/a379f2c251d0dbe3b191888fcd9c3d1eb42a980b
  Author: Greg McGary <gkm at fb.com>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    M lld/MachO/Driver.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/Options.td
    A lld/test/MachO/sectcreate.s

  Log Message:
  -----------
  [lld-macho] Handle command-line option -sectcreate SEG SECT FILE

Handle command-line option `-sectcreate SEG SECT FILE`, which inputs a binary blob from `FILE` into `SEG,SECT`

Reviewed By: int3

Differential Revision: https://reviews.llvm.org/D85501


  Commit: 49fb1c2e901848c31ff1ea1caaf34cd51b85c5a3
      https://github.com/llvm/llvm-project/commit/49fb1c2e901848c31ff1ea1caaf34cd51b85c5a3
  Author: Greg McGary <gkm at fb.com>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    A lld/test/MachO/platform-version.s
    R lld/test/MachO/platform-version.test

  Log Message:
  -----------
  [lld-macho] improve handling of -platform_version

This improves the handling of `-platform_version` by addressing the FIXME in the code to process the arguments.

Reviewed By: int3, #lld-macho

Differential Revision: https://reviews.llvm.org/D81413


Compare: https://github.com/llvm/llvm-project/compare/48cd6b8ca54e...49fb1c2e9018


More information about the All-commits mailing list