forked from OSchip/llvm-project
Prospective GCC build fix: the unelaborated form of this friend
declaration should find the right type, assuming it's supported evenly across all our hosts. llvm-svn: 288231
This commit is contained in:
parent
2fae56fce4
commit
c4ae1dd193
|
@ -1166,7 +1166,7 @@ public:
|
|||
|
||||
class CGObjCMac : public CGObjCCommonMac {
|
||||
private:
|
||||
friend class ProtocolMethodLists;
|
||||
friend ProtocolMethodLists;
|
||||
|
||||
ObjCTypesHelper ObjCTypes;
|
||||
|
||||
|
@ -1356,7 +1356,7 @@ public:
|
|||
|
||||
class CGObjCNonFragileABIMac : public CGObjCCommonMac {
|
||||
private:
|
||||
friend class ProtocolMethodLists;
|
||||
friend ProtocolMethodLists;
|
||||
ObjCNonFragileABITypesHelper ObjCTypes;
|
||||
llvm::GlobalVariable* ObjCEmptyCacheVar;
|
||||
llvm::Constant* ObjCEmptyVtableVar;
|
||||
|
|
Loading…
Reference in New Issue