[llvm-dev] GSoC: Librarifying llvm-objcopy

Alex Brachet-Mialot via llvm-dev llvm-dev at lists.llvm.org
Mon May 13 21:06:08 PDT 2019


Hi all,

I was recently accepted for Google Summer of Code to work on librarifying
llvm-objcopy, see bug 4104 <https://bugs.llvm.org/show_bug.cgi?id=41044>. I
am an undergrad student at Purdue University studying operating systems and
compilers. My mentors are James Henderson and Jordan Rupprecht.

The goal is to standardize the logic for MachO, ELF, and COFF and let the
library handle the differences internally. Hopefully this can be much more
ergonomic than GNU's BFD, relying of course on llvm/Object and existing
code in llvm-objcopy. I would love suggestions on what some of you might
suggest that a library for describing and mutating object files should look
like.

Best,
Alex

<https://bugs.llvm.org/show_bug.cgi?id=41044>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190514/1b27cebf/attachment.html>


More information about the llvm-dev mailing list