mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update for DataLayout changes
Swift SVN r31801
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user