[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
Wed Apr 20 10:01:35 PDT 2022


thakis added inline comments.


================
Comment at: lld/MachO/InputFiles.cpp:119
 
+  // "Zippered" object files can have multiple LC_BUILD_VERSION load commands.
   std::vector<PlatformInfo> platformInfos;
----------------
(I ran `rg -i zippered lld/Macho` and was surprised there were 0 hits. I expected one here, so I'm adding this comment.)


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

https://reviews.llvm.org/D124106



More information about the llvm-commits mailing list