Generating machine executable binaries with LLVM

Skip to end of metadata
Go to start of metadata
vi forloop.ll
llvm-as -f forloop.ll 
llc -f forloop.bc
gcc -c forloop.s
# or as -o mul_add.o mul_add.s
gcc main.c t.o forloop.o
./a.out
forloop.ll
t.ll
"main.c"
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.