[PATCH] D104353: [lld-macho] Avoid force-loading the same archive twice

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 14:29:27 PDT 2021


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: lld/test/MachO/force-load.s:26
+## symlinks and hardlinks as distinct inputs too.
+# RUN: ln -s %t/foo.a %t/bar.a
+# RUN: not %lld -lSystem %t/foo.o -force_load %t/foo.a -force_load %t/bar.a \
----------------
This needs to unsupport testing on Windows .


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104353



More information about the llvm-commits mailing list