search for: d3fc2737

Displaying 1 result from an estimated 1 matches for "d3fc2737".

2019 Mar 25
2
lld based tool
Hello, i am currently trying to write a tool based on lld. Specifically I want to parse a ld command line to determine the input and output files and the kind of each input file given a ld command line. Unfortunately, the ELF linker does not expose any API to just parse the command line. My question: if I would refactor this module to expose such an API, would this have any chance of being