forked from OSchip/llvm-project
parent
bc048307f3
commit
bc6a434773
|
@ -94,7 +94,8 @@ class CodeGenModule : public BlockModule {
|
|||
|
||||
/// VTables - Holds information about C++ vtables.
|
||||
CodeGenVTables VTables;
|
||||
|
||||
friend class CodeGenVTables;
|
||||
|
||||
CGObjCRuntime* Runtime;
|
||||
CGDebugInfo* DebugInfo;
|
||||
|
||||
|
|
Loading…
Reference in New Issue