Hello, I'm migrating my code from 3.3 to 3.4 and I noticed (well the compiler) that some API changed. Is there a migration document/notes somewhere? Here are my errors: the call TheTarget->createMCAsmBackend(TripleName, MCPU) is not valid anymore as it requires a const MCRegisterInfo &MRI How am I supposed to get/initialize the MCRegisterInfo ? Cheers, C. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140126/e5726bd6/attachment.html>
On Sun, Jan 26, 2014 at 8:30 PM, Carl <name.is.carl at gmail.com> wrote:> Hello, > > Oops, wrong message.Please ingore it. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140126/a36b463c/attachment.html>