[PATCH] D77893: [lld] Merge Mach-O input sections
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 17:17:19 PDT 2020
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
Looks great! @int3, any other comments?
================
Comment at: lld/test/MachO/section-merge.s:11
+# RUN: -o %t/main.o
+# RUN: ld -lSystem -o %t/output %t/libfunction.o %t/libgoodbye.o %t/libhello.o %t/main.o
+
----------------
This seems to be a leftover from testing :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77893/new/
https://reviews.llvm.org/D77893
More information about the llvm-commits
mailing list