Displaying 1 result from an estimated 1 matches for "3e29b839".
2008 Mar 20
2
[LLVMdev] arm code generation
Hello,
I'm trying to do the following and encountering problems with the
generated arm assembly code:
I've got an application in two parts that i've compiled into llvm
bitcode using:
llvm-gcc -emit-llvm -c part1.c -o part1.bc
llvm-gcc -emit-llvm -c part2.c -o part2.bc
Then I link them together:
llvm-ld part1.bc part2.bc -o combined.bc
Now I use the ARM backend via llc to