[all-commits] [llvm/llvm-project] fd4d07: [llvm][TextAPI] adding inlining reexported librari...

Cyndy Ishida via All-commits all-commits at lists.llvm.org
Thu Apr 2 13:07:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fd4d07517b2c94e4ca2a855a78b38953cc9d31e1
      https://github.com/llvm/llvm-project/commit/fd4d07517b2c94e4ca2a855a78b38953cc9d31e1
  Author: Cyndy Ishida <cyndy_ishida at apple.com>
  Date:   2020-04-02 (Thu, 02 Apr 2020)

  Changed paths:
    M llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
    M llvm/lib/TextAPI/MachO/TextStub.cpp
    M llvm/unittests/TextAPI/TextStubV3Tests.cpp
    M llvm/unittests/TextAPI/TextStubV4Tests.cpp

  Log Message:
  -----------
  [llvm][TextAPI] adding inlining reexported libraries support

Summary:
[llvm][TextAPI] adding inlining reexported libraries support

* this patch adds reader/writer support for MachO tbd files.
The usecase is to represent reexported libraries in top level library
that won't need to exist for linker indirection because all of the
needed content will be inlined in the same document.

Reviewers: ributzka, steven_wu, jhenderson

Reviewed By: ributzka

Subscribers: JDevlieghere, hiraditya, mgrang, dexonsmith, rupprecht, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list