[PATCH] D105449: [lld/mac] Implement -final_output
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 5 16:59:37 PDT 2021
int3 accepted this revision.
int3 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/test/MachO/final-output.s:8
+# RUN: %lld -dylib -o %t.dylib -final_output /lib/foo.dylib %t.o
+# RUN: llvm-otool -lv %t.dylib | FileCheck -DID=/lib/foo.dylib %s
+
----------------
how about `llvm-objdump --macho --dylib-id`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105449/new/
https://reviews.llvm.org/D105449
More information about the llvm-commits
mailing list