[PATCH] D113235: [lld-macho] Replace LC_LINKER_OPTION parsing
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 4 21:41:03 PDT 2021
keith added inline comments.
================
Comment at: lld/MachO/Driver.cpp:412-413
+ StringRef arg = argv[i];
+ if (arg.startswith("-l")) {
+ StringRef name = arg.drop_front(2);
ForceLoad forceLoadArchive =
----------------
int3 wrote:
>
awesome thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113235/new/
https://reviews.llvm.org/D113235
More information about the llvm-commits
mailing list