Tracking ToT changes: changes in MCContext interface
This commit is contained in:
@@ -2188,7 +2188,11 @@ bool CWriter::doInitialization(llvm::Module &M) {
|
|||||||
#endif
|
#endif
|
||||||
TAsm = new CBEMCAsmInfo();
|
TAsm = new CBEMCAsmInfo();
|
||||||
MRI = new llvm::MCRegisterInfo();
|
MRI = new llvm::MCRegisterInfo();
|
||||||
|
#if defined(LLVM_3_4)
|
||||||
|
TCtx = new llvm::MCContext(TAsm, MRI, NULL);
|
||||||
|
#else
|
||||||
TCtx = new llvm::MCContext(*TAsm, *MRI, NULL);
|
TCtx = new llvm::MCContext(*TAsm, *MRI, NULL);
|
||||||
|
#endif
|
||||||
//Mang = new llvm::Mangler(*TCtx, *TD);
|
//Mang = new llvm::Mangler(*TCtx, *TD);
|
||||||
|
|
||||||
// Keep track of which functions are static ctors/dtors so they can have
|
// Keep track of which functions are static ctors/dtors so they can have
|
||||||
|
|||||||
Reference in New Issue
Block a user