[PATCH] D97866: [lld-macho] Fix & fold reexport-nested-libs test into stub-link.s

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 09:32:38 PST 2021


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

LGTM (with just one question)



================
Comment at: lld/test/MachO/stub-link.s:13
+## another top-level tapi document.
+# RUN: %lld -o %t/with-reexport %S/Inputs/libReexportSystem.tbd -lc++ -framework CoreFoundation %t/test.o
+# RUN: llvm-objdump --bind --no-show-raw-insn -d -r %t/with-reexport | FileCheck %s
----------------
Would the test that use `-lReexportSystem` (rather than explicitly specifying it as input) follow any different code path?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97866



More information about the llvm-commits mailing list