Update for DataLayout changes

Swift SVN r31801
This commit is contained in:
Michael Gottesman
2015-09-09 04:37:18 +00:00
parent d6cdce1013
commit b564b414cb
2 changed files with 5 additions and 7 deletions

View File

@@ -308,7 +308,7 @@ IRGenModule::IRGenModule(IRGenModuleDispatcher &dispatcher, SourceFile *SF,
// TODO: use "tinycc" on platforms that support it
RuntimeCC = llvm::CallingConv::C;
ABITypes = new CodeGenABITypes(clangASTContext, Module, DataLayout);
ABITypes = new CodeGenABITypes(clangASTContext, Module);
if (Opts.DebugInfoKind != IRGenDebugInfoKind::None) {
DebugInfo = new IRGenDebugInfo(Opts, *CI, *this, Module, SF);