forked from OSchip/llvm-project
parent
3cac613eb8
commit
ebc4c9d2a3
|
@ -3425,7 +3425,7 @@ void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) {
|
||||||
false,
|
false,
|
||||||
llvm::GlobalValue::ExternalLinkage,
|
llvm::GlobalValue::ExternalLinkage,
|
||||||
0,
|
0,
|
||||||
"\01_objc_empty_cache",
|
"\01__objc_empty_cache",
|
||||||
&CGM.getModule());
|
&CGM.getModule());
|
||||||
UsedGlobals.push_back(ObjCEmptyCacheVar);
|
UsedGlobals.push_back(ObjCEmptyCacheVar);
|
||||||
|
|
||||||
|
@ -3435,7 +3435,7 @@ void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) {
|
||||||
false,
|
false,
|
||||||
llvm::GlobalValue::ExternalLinkage,
|
llvm::GlobalValue::ExternalLinkage,
|
||||||
0,
|
0,
|
||||||
"\01_objc_empty_vtable",
|
"\01__objc_empty_vtable",
|
||||||
&CGM.getModule());
|
&CGM.getModule());
|
||||||
UsedGlobals.push_back(ObjCEmptyVtableVar);
|
UsedGlobals.push_back(ObjCEmptyVtableVar);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue