Displaying 1 result from an estimated 1 matches for "0b97d992".
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