Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print dylib load kind (weak, reexport, etc) in llvm-objdump -m -dylibs-used | Michael Trent | 2019-06-18 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | Summary: Historically llvm-objdump prints the path to a dylib as well as the dylib's compatibility version and current version number. This change extends this information by adding the kind of dylib load: weak, reexport, etc. rdar://51383512 Reviewers: pete, lhames Reviewed By: pete Subscribers: rupprecht, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D62866 llvm-svn: 363746 | ||||
* | Add to llvm-objdump the -no-leading-headers option with the use of the ↵ | Kevin Enderby | 2016-11-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | -macho option. In some cases the leading headers of the file name, archive member and architecture slice name in the output of lvm-objdump is not wanted so the tool’s output can be directly used by scripts. This matches the -X option of the Apple otool(1) program. rdar://28491674 llvm-svn: 288199 | ||||
* | Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho | Kevin Enderby | 2015-03-16 | 1 | -0/+6 |
to print the Mach-O dynamic shared libraries used by a linked image or the library id of a shared library. llvm-svn: 232406 |