[all-commits] [llvm/llvm-project] c8c391: [lld-macho] Re-add dylink-lazy test

Jez Ng via All-commits all-commits at lists.llvm.org
Tue May 12 07:52:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c8c39185f351e79730843ca6d4c1ad26e4f9f444
      https://github.com/llvm/llvm-project/commit/c8c39185f351e79730843ca6d4c1ad26e4f9f444
  Author: Jez Ng <jezng at fb.com>
  Date:   2020-05-12 (Tue, 12 May 2020)

  Changed paths:
    A lld/test/MachO/dylink-lazy.s

  Log Message:
  -----------
  [lld-macho] Re-add dylink-lazy test

This reverts commit eb81de2de4003e3045fdf743e093f77e37aee9bf; the
test commands just needed to be run under llvm-lit.


  Commit: 87b6fd3e02c696b917a75750dea8e33ce00246ec
      https://github.com/llvm/llvm-project/commit/87b6fd3e02c696b917a75750dea8e33ce00246ec
  Author: Jez Ng <jezng at fb.com>
  Date:   2020-05-12 (Tue, 12 May 2020)

  Changed paths:
    M lld/MachO/Config.h
    M lld/MachO/Driver.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/sub-library.s

  Log Message:
  -----------
  [lld-macho] Add support for creating and reading reexported dylibs

This unblocks the linking of real programs, since many core system
functions are only available as sub-libraries of libSystem.

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


Compare: https://github.com/llvm/llvm-project/compare/e9536795a350...87b6fd3e02c6


More information about the All-commits mailing list