Displaying 1 result from an estimated 1 matches for "55c6b6dd".
2019 Jun 27
2
RFC: llvm-readelf Mach-O & COFF options
Hi all,
llvm-readelf is an alias for llvm-readobj which aims for GNU compatibility
and is likely the tool that most people migrating to the LLVM binutils will
adopt instead of llvm-readobj. Because it is just an alias, it has
inherited the functionality provided by llvm-readobj, including for non-ELF
targets, with Mach-O and COFF-specific switches available in its interface.
People migrating from