[PATCH] D111792: [ObjC-GNUstep] Fix ivars for dll{im,ex}ported classes.

David Chisnall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 14 04:58:54 PDT 2021


theraven created this revision.
theraven requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

If a class is dllexported or imported then the ivar offset variables
must be as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111792

Files:
  clang/lib/CodeGen/CGObjCGNU.cpp
  clang/test/CodeGenObjC/gnustep2-dllexport-ivar.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111792.379667.patch
Type: text/x-patch
Size: 4414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211014/5139c28d/attachment.bin>


More information about the cfe-commits mailing list