dgoldman added a comment.

In D56916#1367559 <https://reviews.llvm.org/D56916#1367559>, @ilya-biryukov 
wrote:

> It looks like `Container::_magic` is a platform-dependent completion, I don't 
> have it on Linux, but 
> http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/42665
>  fails because it's not in the list.
>  Submitted rL351943 <https://reviews.llvm.org/rL351943> to workaround the 
> failure. @dgoldman, any idea why completion might be there on some platforms, 
> but not the others?


Perhaps property auto-synthesis isn't enabled there? I wonder if the following 
manual synthesis would help:

  @implementation Container
  @synthesize magic;
  @end


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56916/new/

https://reviews.llvm.org/D56916



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to