[PATCH] D128108: [lld-macho] Add support for objc_msgSend stubs

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 10:28:52 PDT 2022


keith added a comment.

The version 764 is from Xcode 13:

  % xcodebuild -version
  Xcode 14.0
  Build version 14A309
  % ld -v
  @(#)PROGRAM:ld  PROJECT:ld64-819.6
  BUILD 14:58:44 Aug  5 2022
  configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
  LTO support using: LLVM version 14.0.0, (clang-1400.0.29.102) (static support for 29, runtime is 29)
  TAPI support using: Apple TAPI version 14.0.0 (tapi-1400.0.11)



  % DEVELOPER_DIR=/Applications/Xcode-13.4.0-RC1.app ld -v
  @(#)PROGRAM:ld  PROJECT:ld64-764


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128108/new/

https://reviews.llvm.org/D128108



More information about the llvm-commits mailing list