[all-commits] [llvm/llvm-project] 1a0afc: Implement -bundle_loader

Vy Nguyen via All-commits all-commits at lists.llvm.org
Thu Feb 18 13:12:13 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a0afcf518717f61d45a1cdc6ad1a6436ec663b1
      https://github.com/llvm/llvm-project/commit/1a0afcf518717f61d45a1cdc6ad1a6436ec663b1
  Author: Vy Nguyen <vyng at google.com>
  Date:   2021-02-18 (Thu, 18 Feb 2021)

  Changed paths:
    M lld/MachO/Driver.cpp
    M lld/MachO/Driver.h
    M lld/MachO/DriverUtils.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/Options.td
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/Writer.cpp
    A lld/test/MachO/bundle-loader.s

  Log Message:
  -----------
  Implement -bundle_loader

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

Usage: -bundle_loader <executable>
This option specifies the executable that will load the build output file being linked.
When building a bundle, users can use the --bundle_loader  to specify an executable
that contains symbols referenced, but not implemented in the bundle.




More information about the All-commits mailing list