[PATCH] D86640: [lld-macho] Implement -all_load

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 13:42:07 PDT 2020


smeenai added a comment.

You're missing a test case.



================
Comment at: lld/MachO/Driver.cpp:255
+          inputFiles.push_back(make<ObjFile>(member));
+
+    } else if (config->forceLoadObjC) {
----------------
Nit: remove this blank line


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86640



More information about the llvm-commits mailing list