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

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 16:47:06 PDT 2021


keith added a comment.

This one is a bit of a stretch, I'm not sure if you want to start dropping options like this, especially since Apple reserves the right to change the behavior over time. The only benefit in ignoring this is without dropping it, if you want to maintain compatibility and users are passing this, they cannot eliminate the warning produced (or the failure if they're using `-fatal_warnings`)


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