From: John M. <ato...@gm...> - 2012-02-26 04:37:40
|
On Wed, Feb 22, 2012 at 4:34 PM, Borja Ferrer <bor...@gm...> wrote: > No comments yet? > I'm getting the below error. Are there other patches that haven't been committed or is this just a mis-match between the LLVM trunk and avr-llvm? llvm[3]: Compiling AVRFrameLowering.cpp for Release+Asserts build llvm[3]: Compiling AVRISelDAGToDAG.cpp for Release+Asserts build llvm[3]: Compiling AVRISelLowering.cpp for Release+Asserts build AVRISelLowering.cpp:762:12: error: assigning to 'llvm::TargetRegisterClass *' from incompatible type 'const llvm::TargetRegisterClass *const' RC = AVR::GPR8RegisterClass; ^ ~~~~~~~~~~~~~~~~~~~~~~ AVRISelLowering.cpp:766:12: error: assigning to 'llvm::TargetRegisterClass *' from incompatible type 'const llvm::TargetRegisterClass *const' RC = AVR::DREGSRegisterClass; ^ ~~~~~~~~~~~~~~~~~~~~~~~ 2 errors generated. |