[PATCH] D124106: [lld/mac] Warn that writing zippered outputs isn't implemented

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 06:51:10 PDT 2022


thakis updated this revision to Diff 424186.
thakis edited the summary of this revision.
thakis added a comment.

Group -platform_version flags by platform and make last flag win for each platform.

(ld64 warns on multiple -platform_version flags for a single platform, but if we do that we're back in the "need to update all tests" land, so punting on that for now.)


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

https://reviews.llvm.org/D124106

Files:
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/test/MachO/invalid/incompatible-arch.s
  lld/test/MachO/invalid/incompatible-target-tapi.test
  lld/test/MachO/lc-build-version.s
  lld/test/MachO/objc-uses-custom-personality.s
  lld/test/MachO/platform-version.s
  lld/test/MachO/tapi-link-by-arch.s
  lld/test/MachO/zippered.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124106.424186.patch
Type: text/x-patch
Size: 18937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220421/456e1a94/attachment.bin>


More information about the llvm-commits mailing list