[PATCH] D103521: [lld/mac] Don't strip explicit dylib also mentioned in LC_LINKER_OPTION

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 2 07:52:32 PDT 2021


int3 added inline comments.


================
Comment at: lld/MachO/Driver.cpp:238
 static InputFile *addFile(StringRef path, bool forceLoadArchive,
+                          bool isExpclicit = true,
                           bool isBundleLoader = false) {
----------------



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

https://reviews.llvm.org/D103521



More information about the llvm-commits mailing list