-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
| Bugzilla Link | 9081 |
| Resolution | FIXED |
| Resolved on | Feb 02, 2011 03:17 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@nlewycky |
Extended Description
I'm compiling llvm on a Tegra2 system, with Ubuntu 10.10 ( gcc 4.4.5).
Compiling llvm gives this compile failure:
llvm[3]: Compiling ARMInstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling ARMJITInfo.cpp for Release+Asserts build
/tmp/ccn7l1UL.s: Assembler messages:
/tmp/ccn7l1UL.s:31: Error: LR and PC should not both be in register list -- ldmia sp!,{r0,r1,r2,r3,lr,pc}' make[3]: *** [/home/scoopr/Code/llvm-build/lib/Target/ARM/Release+Asserts/ARMJITInfo.o] Error 1 make[3]: Leaving directory /home/scoopr/Code/llvm-build/lib/Target/ARM'
make[2]: *** [ARM/.makeall] Error 2
make[2]: Leaving directory /home/scoopr/Code/llvm-build/lib/Target' make[1]: *** [Target/.makeall] Error 2 make[1]: Leaving directory /home/scoopr/Code/llvm-build/lib'
make: *** [all] Error 1