[PATCH] D117629: [lld-macho] Implement -noall_load

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 18 19:22:03 PST 2022


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

LG thanks!



================
Comment at: lld/test/MachO/archive.s:35
 
+# RUN: %lld %t/test.a %t/main.o -o %t/no-all-load -all_load -noall_load
+# RUN: llvm-nm %t/no-all-load | FileCheck %s --check-prefix NO-ALL-LOAD
----------------
for completeness, can we have a test where `-noall_load` is used alone?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117629



More information about the llvm-commits mailing list