Displaying 1 result from an estimated 1 matches for "1015629".
Did you mean:
101562
2011 Apr 26
4
[LLVMdev] big bitcode files producing bad ARM asm
I have a rather large bitcode file which when run through "llc -march arm -O0" produces an asm file of about 500Mb. Trying to assemble this file with the ios assembler on osx gives me lots of "branch out of range" errors thanks to jump instructions overflowing the +/-32Mb relative jump limit.
I've tried running llc with the hidden "-arm-long-calls" option, which