diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-04-08 16:07:47 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-04-08 16:07:47 +0000 |
commit | e17ad2fd5c4b66c712bdffd2789eaafc54a9b001 (patch) | |
tree | a02dcce693ac5df5dd6c87927e757721b97980c0 /lib/CodeGen/CodeGenModule.h | |
parent | cfb51b6d465d39aa00ea71d99bd8814b79fe4516 (diff) |
Unbreak the build
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index e9f78bcdb0..9c8555dc5a 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -94,7 +94,8 @@ class CodeGenModule : public BlockModule { /// VTables - Holds information about C++ vtables. CodeGenVTables VTables; - + friend class CodeGenVTables; + CGObjCRuntime* Runtime; CGDebugInfo* DebugInfo; |