Hello,<br><br>I'm migrating my code from 3.3 to 3.4 and I noticed (well the compiler) that some API changed.<br>Is there a migration document/notes somewhere?<br><br>Here are my errors: <br><br>the call TheTarget->createMCAsmBackend(TripleName, MCPU) is not valid anymore as it requires a const MCRegisterInfo &MRI<br>
<br>How am I supposed to get/initialize the MCRegisterInfo ?<br><br>Cheers,<br>C.<br>