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

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 10:22:08 PDT 2022


steven_wu added a comment.

Maybe it is easier if you only warn if multiple different platforms are specified? You can preserve the last one wins for the same platform.
Or even more specifically, the only supported configuration is `macOS` + `macCatalyst` and you can only toss out a warning if this configuration is used.


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

https://reviews.llvm.org/D124106



More information about the llvm-commits mailing list