Displaying 2 results from an estimated 2 matches for "0b0863ae".
2015 Oct 15
2
ELF object writing from assembly file
...> If you want "-d" (disassemble) to work, you're going to have to
> implement a Disassembler in your target too.
>
> Tim.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151015/0b0863ae/attachment-0001.html>
2015 Oct 13
3
ELF object writing from assembly file
Hi all,
I have implemented AsmParser, CodeEmitter, and ELF object writing.
AsmParser and CodeEmitter are tested and working fine, but I would like to
see ELF objects build out of a parsed asm file. Is that possible?
I tried this commands, but it didn't work corrctly:
*llvm-mc -filetype=obj -arch=test file.s -o=a.o*
and I think after an obj file is built, I should use this command but I am