[LLVMdev] [cfe-dev] freebsd-mips64 unhandled .cpsetup
Toma Tabacu
Toma.Tabacu at imgtec.com
Fri Feb 6 01:47:41 PST 2015
> -----Original Message-----
> From: Daniel Sanders
> Sent: 06 February 2015 09:08
> To: David Chisnall; LLVM Dev; Sean Bruno; Toma Tabacu
> Subject: RE: [cfe-dev] freebsd-mips64 unhandled .cpsetup
>
> I've had a quick look and it seems the problem is that we're parsing the last operand with parseIdentifier() which doesn't have any of the code to handle relative symbols like '1b' or '1f'.
> I think we need to be using parseExpression() like we do in parseJumpTarget() and parseImm().
>
> Toma: Could you look into fixing this along with the other integrated assembler issues you are working on?
>
Yes, I'll look into it.
Regards,
Toma Tabacu
More information about the llvm-dev
mailing list