search for: 2bmkhrllb

Displaying 2 results from an estimated 2 matches for "2bmkhrllb".

2019 Mar 25
2
lld based tool
...fo/llvm-dev<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.llvm.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fllvm-dev&data=02%7C01%7C%7C80bdbf0e91cf4c474ca908d6b14e75a9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636891347866175206&sdata=Lo%2BgWQubdBmD5lzWQf13sCiRfoXhQd%2BmKHRlLb%2BFJfY%3D&reserved=0> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190325/d01d98e4/attachment.html>
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