diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 02:45:11 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 02:45:11 +0000 |
commit | c17a4d3b16a2624a76de5d7508805534545bd3bf (patch) | |
tree | 15f0875382b94ef651d6a03742773263fcfa97b5 /lib/CodeGen/CodeGenModule.h | |
parent | c46cf49229a5a3e2d10b776ece4f1c5378123de0 (diff) |
Add dummy Mac Objective-C runtime interface.
- Not currently accessible and completely non-functional.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 8e7bb405a1..bd45f6580f 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/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(); |