[PATCH] D41228: [ObjC] Enable __strong pointers in structs under ARC

Stephan Bergmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 17 00:09:53 PDT 2018


sberg added a comment.

It looks like this caused a clang-cl regression https://bugs.llvm.org/show_bug.cgi?id=37146 "clang-cl emits special functions for non-trivial C-structs ('__destructor_8') introduced for Objective-C".


Repository:
  rL LLVM

https://reviews.llvm.org/D41228





More information about the llvm-commits mailing list