[llvm-dev] Object file tools
Dmitry Golovin via llvm-dev
llvm-dev at lists.llvm.org
Mon Jan 9 12:36:41 PST 2017
Hello!
Does LLVM provide tools for working with object files? I'm particularly interested in strip and elfcopy tools. Are they a thing? Can they be implemented? Or maybe they are already implemented under different names that I don't know about?
I suppose that with LLD there was a lot of code written for working with ELF, COFF and MachO, so it would be relatively easy to implement llvm-strip and llvm-objcopy.
Regards,
Dmitry
More information about the llvm-dev
mailing list