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.