[PATCH] D113070: [lld-macho] Silently ignore the -objc_abi_version

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 21:40:23 PDT 2021


int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.

some additional comments would be good, but otherwise lgtm. Thanks!



================
Comment at: lld/test/MachO/silent-ignore.s:3
+
+# RUN: %lld --version \
+# RUN:   -dynamic \
----------------



================
Comment at: lld/test/MachO/silent-ignore.s:18
+
+# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o
+# RUN: %lld %t.o -o /dev/null -objc_abi_version 2
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113070



More information about the llvm-commits mailing list