[PATCH] D95265: [lld-macho] Force-loading should share code path with regular archive loads

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 09:52:02 PST 2021


int3 added inline comments.


================
Comment at: lld/test/MachO/lto-archive.ll:14-15
+
+; RUN: %lld -lSystem -force_load %t/foo.a %t/main.o -o %t/force-load
+; RUN: llvm-objdump --macho --syms %t/force-load | FileCheck %s --check-prefix=FOO
+
----------------
> Did I miss the test that would cover the deserialization of bitcode from a -force_load'ed archive?

It's here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95265



More information about the llvm-commits mailing list