[all-commits] [llvm/llvm-project] 642ffb: [lld-macho]Use install_name as Identifier for cod...

Vy Nguyen via All-commits all-commits at lists.llvm.org
Wed Jul 19 11:19:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 642ffbbf38bbe996a7934b3e607ca08151c76163
      https://github.com/llvm/llvm-project/commit/642ffbbf38bbe996a7934b3e607ca08151c76163
  Author: Vy Nguyen <vyng at google.com>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
    M lld/MachO/SyntheticSections.cpp
    M lld/test/MachO/adhoc-codesign.s

  Log Message:
  -----------
  [lld-macho]Use install_name  as Identifier for code-sign, if available.

Detail:
LD64 uses the name provided via  -[dylib]install_name as "Identifier", when available.
For compatiblity, LLD should do that too.

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




More information about the All-commits mailing list