[LLVMdev] [LlvmDev] Migration from llvm 3.3 to 3.4 (MCAsm)

Carl name.is.carl at gmail.com
Sun Jan 26 11:30:56 PST 2014


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>


More information about the llvm-dev mailing list