[llvm] [llvm-objdump][macho] Add support for ObjC relative method lists (PR #84250)

Kyungwoo Lee via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 11:14:33 PDT 2024


================
@@ -0,0 +1,57 @@
+RUN: llvm-objdump --macho --objc-meta-data    %p/Inputs/rel-method-lists-arm64_32.dylib | FileCheck %s --check-prefix=CHK32
----------------
kyulee-com wrote:

It'd be great to provide some instructions in a comment on how these prebuilt binaries are produced.

https://github.com/llvm/llvm-project/pull/84250


More information about the llvm-commits mailing list