[PATCH] D105449: [lld/mac] Implement -final_output
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 5 17:02:52 PDT 2021
thakis added a comment.
Thanks!
================
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
+
----------------
int3 wrote:
> how about `llvm-objdump --macho --dylib-id`?
Turns out `llvm-otool -D` does that too, so switched to that :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105449/new/
https://reviews.llvm.org/D105449
More information about the llvm-commits
mailing list