[PATCH] D130137: [lld-macho] Simplify archive loading logic

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 18:32:14 PDT 2022


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

LG



================
Comment at: lld/MachO/Driver.cpp:254
+  CommandLineForce, // Passed via `-force_load`
+  LCLinkerOption,   // Passed via LC_LINKER_OPTIONS
+};
----------------
Maybe say "only applies to swift files" in the comment here, or put "Swift" in the constant's name then?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130137



More information about the llvm-commits mailing list