[llvm-dev] How to convert assembly code to executable

Balasaheb Dabhade via llvm-dev llvm-dev at lists.llvm.org
Mon May 2 07:27:24 PDT 2016


Hello All,

I have converted c program into assembly code for alpha target using
following commands

clang -emit-llvm matrix.c -c -o matrix.bc
llc -march=alpha matrix.bc -o matrix.s

Now how to convert matrix.s assembly file into executable file of alpha
target?

Any help is appreciated

Thanks in advance !!

Thanks,

Bala
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160502/a9c4cf6c/attachment.html>


More information about the llvm-dev mailing list