diff options
Diffstat (limited to 'clang/lib/CodeGen/CGObjCGNU.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGObjCGNU.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjCGNU.cpp b/clang/lib/CodeGen/CGObjCGNU.cpp index cb140bf9e06..534650b1108 100644 --- a/clang/lib/CodeGen/CGObjCGNU.cpp +++ b/clang/lib/CodeGen/CGObjCGNU.cpp @@ -1547,7 +1547,7 @@ class CGObjCGNUstep2 : public CGObjCGNUstep { sectionName<CategorySection>()); if (!EmittedClass) { createNullGlobal(".objc_null_cls_init_ref", NULLPtr, - sectionName<ClassReferenceSection>()); + sectionName<ClassSection>()); createNullGlobal(".objc_null_class_ref", { NULLPtr, NULLPtr }, sectionName<ClassReferenceSection>()); } |

