From 303e2c2f1f11b8f11c2dc222465eec353d9218c7 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 11 Aug 2008 02:45:11 +0000 Subject: Add dummy Mac Objective-C runtime interface. - Not currently accessible and completely non-functional. llvm-svn: 54624 --- clang/lib/CodeGen/CodeGenModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenModule.h') diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 8e7bb405a1b..bd45f6580f0 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -105,7 +105,7 @@ class CodeGenModule { public: CodeGenModule(ASTContext &C, const LangOptions &Features, llvm::Module &M, const llvm::TargetData &TD, Diagnostic &Diags, - bool GenerateDebugInfo); + bool GenerateDebugInfo, bool UseMacObjCRuntime); ~CodeGenModule(); -- cgit v1.2.3