Add dummy Mac Objective-C runtime interface.
- Not currently accessible and completely non-functional. llvm-svn: 54624
This commit is contained in:
@@ -60,7 +60,8 @@ namespace {
|
||||
M->setDataLayout(Ctx->Target.getTargetDescription());
|
||||
TD.reset(new llvm::TargetData(Ctx->Target.getTargetDescription()));
|
||||
Builder.reset(new CodeGen::CodeGenModule(Context, Features, *M, *TD,
|
||||
Diags, GenerateDebugInfo));
|
||||
Diags, GenerateDebugInfo,
|
||||
false));
|
||||
}
|
||||
|
||||
virtual void HandleTopLevelDecl(Decl *D) {
|
||||
|
||||
Reference in New Issue
Block a user