Displaying 2 results from an estimated 2 matches for "44d05c69".
Did you mean:
440569
2018 Mar 07
0
Extending llvm-objcopy to support COFF
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180307/44d05c69/attachment.html>
2018 Mar 07
2
Extending llvm-objcopy to support COFF
Currently llvm-objcopy only supports ELF files, and most of it's command
line flags are ELF / DWARF specific that don't make any sense on COFF
files. So a useful set of options for COFF would be largely disjoint, with
maybe 1-2 overlapping options. What would be the best way to add this in
llvm-objcopy? I can think of 3 options:
1) Re-write the existing CLI of llvm-objcopy to use