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

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 08:44:18 PDT 2022


int3 added inline comments.


================
Comment at: lld/test/MachO/objc-selrefs.s:17
+
+# RUN: %lld -arch arm64 -lSystem -o %t/out %t/existing.o %t/main.o --deduplicate-literals
+# RUN: llvm-otool -vs __DATA __objc_selrefs %t/out | FileCheck %s --check-prefix=DEDUP
----------------
@keith I tried running this test using ld64 (ld64-764 from XCode 14) instead of LLD and it complained about `_objc_msgSend$foo` being undefined + it did not recognize `-objc_stubs_fast`. Am I using the wrong version or something?


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