Displaying 1 result from an estimated 1 matches for "armiseltargetlowering".
2008 May 06
1
[LLVMdev] ARM TargetLowering broken?
everyone--
My build of LLVM-GCC from top-of-trunk sources is failing with the
assertion in ARMISelTargetLowering at line 667, in LowerRET, where it
says "Do not know how to return this many arguments!" This happens
when the cross-compiler attempts to build _muldc3 for libgcc2.
The more I have investigated this problem, them more convinced I have
become that this isn't a stupid newbie bug...