[llvm-dev] lld based tool

Alexander Linne via llvm-dev llvm-dev at lists.llvm.org
Mon Mar 25 11:14:17 PDT 2019


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 merged back into the official 
repository?

Regards

Alexander Linne



More information about the llvm-dev mailing list